From 665d7bc8b668d8df2c88ff1786224575dd00beb1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Nov 2012 07:33:47 -0500 Subject: [PATCH] minor changes --- ChangeLog | 3 +++ lib/client/editor/_codemirror.js | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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',