From 5d86e62086e11be09560f0f8d5eb052243fb92f2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 27 May 2014 10:53:29 -0400 Subject: [PATCH] feature(view) anyLoadOnLoad -> loadParallel --- lib/client/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/view.js b/lib/client/view.js index e29f38dc..8006ec12 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -266,7 +266,7 @@ var CloudCmd, Util, DOM, CloudFunc, $; * if join css that do not minified * all images would not be loaded */ - DOM.anyLoadOnLoad(files, func) + DOM.loadParallel(files, func) .cssSet({ id:'view-css', inner : '#fancybox-loading {' +