minor refactoring

This commit is contained in:
coderaiser 2012-08-30 07:20:28 -04:00
parent 719292b180
commit 39e6c2f349

View file

@ -14,18 +14,19 @@ var CloudClient = {
* выполняет весь функционал по
* инициализации
*/
init : function(){},
init : null, /* start initialization*/
keyBinding : function(){},/* функция нажатий обработки клавишь*/
keyBinded : false, /* оброботка нажатий клавишь установлена */
keyBinding : null, /* функция нажатий обработки клавишь*/
keyBinded : false,/* оброботка нажатий клавишь установлена */
Editor : function(){},/* function loads and shows editor */
Viewer : function(){},/* function loads and shows viewer */
Terminal : function(){},/* function loads and shows terminal*/
Menu : function(){},/* function loads and shows menu */
GoogleAnalytics : function(){},
Config : null, /* function loads and shows config */
Editor : null, /* function loads and shows editor */
Viewer : null, /* function loads and shows viewer */
Terminal : null, /* function loads and shows terminal*/
Menu : null, /* function loads and shows menu */
GoogleAnalytics : null,
_loadDir : function(){}, /* Функция привязываеться ко всем
_loadDir : null, /* Функция привязываеться ко всем
* ссылкам и
* загружает содержимое каталогов */