From 081311099e10bc98d06c9809b93e70ad202e0975 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Aug 2012 03:12:37 -0400 Subject: [PATCH] minor changes --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index fe0e42ba..b19a8819 100644 --- a/client.js +++ b/client.js @@ -433,7 +433,7 @@ CloudClient.Util = (function(){ lCurrent = pElem; else { - lCurrent = lThis.getCurrentFile; + lCurrent = lThis.getCurrentFile(); lCurrent = lCurrent.firstChild.nextSibling; } @@ -674,7 +674,7 @@ CloudClient.Menu = (function(pPosition){ * Функция привязываеться ко всем ссылкам и * загружает содержимое каталогов */ -CloudClient._loadDir=(function(pLink,pNeedRefresh){ +CloudClient._loadDir = (function(pLink,pNeedRefresh){ /* @pElem - элемент, * для которого нужно * выполнить загрузку