From 9e63fbceea16683a6fbcec55bd48613036ae9dd8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Jul 2012 06:08:58 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 86523502..cb7878c7 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -17,6 +17,8 @@ CloudCommander.Viewer.FancyBox = { openEffect : 'none', closeEffect : 'none' }); + + this.set(); }); }, @@ -52,7 +54,6 @@ CloudCommander.Viewer.FancyBox = { CloudCommander.Viewer.Keys = (function(){ "use strict"; - /* loading js and css of CodeMirror */ CloudCommander.Viewer.FancyBox.load(); var key_event = function(pParent){