From 033f368d47ac414c0d1c84138448481c9a2d8c7f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 20 Aug 2012 08:04:55 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- lib/client/menu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index 00f51468..c223dc96 100644 --- a/client.js +++ b/client.js @@ -883,7 +883,7 @@ var CloudFunc, $, Util, * выполняет весь функционал по * инициализации */ -CloudClient.init=(function() +CloudClient.init = (function() { if(!document.head){ this.OLD_BROWSER = true; diff --git a/lib/client/menu.js b/lib/client/menu.js index 7096873f..8a700139 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -6,7 +6,7 @@ var CloudCommander, $; * https://github.com/medialize/jQuery-contextMenu */ CloudCommander.Menu = new CloudCommander.Utils(); - var Util = CloudCommander.Util(); + var Util = CloudCommander.Util; CloudCommander.Menu.dir = './lib/client/menu/';