mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor refactoring
This commit is contained in:
parent
719292b180
commit
39e6c2f349
1 changed files with 10 additions and 9 deletions
19
client.js
19
client.js
|
|
@ -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, /* Функция привязываеться ко всем
|
||||
* ссылкам и
|
||||
* загружает содержимое каталогов */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue