minor changes

This commit is contained in:
coderaiser 2012-11-08 11:07:33 -05:00
parent b67744e495
commit f464a0af6c
5 changed files with 76 additions and 27 deletions

View file

@ -1,4 +1,4 @@
var CloudCommander, _gaq;
var CloudCommander, DOM, _gaq;
(function(){
"use strict";
@ -19,5 +19,5 @@ var CloudCommander, _gaq;
return preventErrorAlert;
};
CloudCommander.Util.jsload('http://google-analytics.com/ga.js');
DOM.jsload('http://google-analytics.com/ga.js');
})();