added anyLoadByLoad function to Utils

This commit is contained in:
coderaiser 2012-08-07 07:57:27 -04:00
parent 56988b8434
commit 14bb652f68
2 changed files with 28 additions and 1 deletions

View file

@ -48,7 +48,7 @@ CloudCommander.Editor.CodeMirror.load = (function(pParent){
'}'
});
pParent.jsload('lib/client/editor/' +
pParent.jsload('lib/client/editor/' +
'codemirror/pack/javascript.pack.js',
createEditorDiv);
};