chore(view) load: add comment

This commit is contained in:
coderaiser 2014-04-24 07:23:24 -04:00
parent 4221bd8f4e
commit 8fd5b5b846

View file

@ -224,6 +224,14 @@ var CloudCmd, Util, DOM, CloudFunc, $;
CloudFunc.getJoinURL(files)
];
/*
* first thing first,
* if js would be loaded before css
* everything be wrong: view window don't shows up
*
* if join css that do not minified
* all images would not be loaded
*/
DOM.anyLoadOnLoad(files, func);
});
}