mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
2342988071
commit
665d7bc8b6
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue