From 6cedd2e7a2b814edb5d36db287c50b9050939488 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 3 Aug 2012 11:30:44 +0300 Subject: [PATCH] Update client.js --- client.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client.js b/client.js index 91fac3d8..ff0a7d3f 100644 --- a/client.js +++ b/client.js @@ -25,7 +25,7 @@ var CloudClient={ * ссылкам и * загружает содержимое каталогов */ /* Обьект для работы с кэшем */ - Cashe :{}, + Cache :{}, /* Object contain additional system functional */ Util :{}, @@ -324,7 +324,7 @@ CloudClient.Editor = (function(){ /* function loads and shows viewer */ CloudClient.Viewer = (function(){ - CloudCommander.jsload(CloudClient.LIBDIRCLIENT + + Util.jsload(CloudClient.LIBDIRCLIENT + 'viewer.js',{ onload: (function(){ CloudCommander.Viewer.Keys(); @@ -334,7 +334,7 @@ CloudClient.Viewer = (function(){ /* function loads and shows terminal */ CloudClient.Terminal = (function(){ - CloudCommander.jsload(CloudClient.LIBDIRCLIENT + + Util.jsload(CloudClient.LIBDIRCLIENT + 'terminal.js',{ onload: (function(){ CloudCommander.Terminal.Keys();