diff --git a/ChangeLog b/ChangeLog index 379260b1..0e64de16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/lib/client/editor/_codemirror.js b/lib/client/editor/_codemirror.js index 07ccdf0f..aa2d8215 100644 --- a/lib/client/editor/_codemirror.js +++ b/lib/client/editor/_codemirror.js @@ -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',