From c37daa2516a43db39062e70dbbc6c23ed4bc43d0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 26 Jul 2012 07:09:12 -0400 Subject: [PATCH] minor changes --- client.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/client.js b/client.js index 0f3435e0..8ed6cbf7 100644 --- a/client.js +++ b/client.js @@ -146,19 +146,21 @@ CloudClient.keyBinding=(function(){ /* function loads and shows editor */ CloudClient.Editor = (function(){ /* loading CloudMirror plagin */ - CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'editor.js',{ - onload:(function(){ - CloudCommander.Editor.Keys(); - }) + CloudClient.jsload(CloudClient.LIBDIRCLIENT + + 'editor.js',{ + onload:(function(){ + CloudCommander.Editor.Keys(); + }) }); }); /* function loads and shows viewer */ CloudClient.Viewer = (function(){ - CloudCommander.jsload('lib/client/viewer.js',{ - onload: (function(){ - CloudCommander.Viewer.Keys(); - }) + CloudCommander.jsload(CloudClient.LIBDIRCLIENT + + 'lib/client/viewer.js',{ + onload: (function(){ + CloudCommander.Viewer.Keys(); + }) }); }); /*