minor changes

This commit is contained in:
coderaiser 2012-11-26 07:33:47 -05:00
parent 2342988071
commit 665d7bc8b6
2 changed files with 5 additions and 1 deletions

View file

@ -119,6 +119,9 @@ adding DOM.anyLoadInParallel function that is
loading files in parallel and then execute
callback function.
* Added ability to load a couple scripts after one main,
in any position in anyLoadOnLoad function.
2012.10.01, Version 0.1.7

View file

@ -85,7 +85,8 @@ var CloudCommander, Util, DOM, CloudFunc, CodeMirror;
console.time('codemirror load');
var lDir = cloudcmd.LIBDIRCLIENT + 'editor/codemirror/';
DOM.anyLoadOnLoad([
DOM.anyLoadOnLoad(
[
[
lDir + 'codemirror.css',
lDir + 'theme/night.css',