From 8fd5b5b8462a887f4fa52a804890d0b185c3ef70 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 24 Apr 2014 07:23:24 -0400 Subject: [PATCH] chore(view) load: add comment --- lib/client/view.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/client/view.js b/lib/client/view.js index 735434b4..111e2811 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -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); }); }