diff --git a/README.md b/README.md deleted file mode 100644 index 0fedc950..00000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Cloud-Commander -=============== \ No newline at end of file diff --git a/client.js b/client.js deleted file mode 100644 index f052ff42..00000000 --- a/client.js +++ /dev/null @@ -1,978 +0,0 @@ -/* Функция которая возвратит обьект CloudCommander - * @window - обьект window - * @document - обьект document - * @CloudFunc - обьект содержащий общий функционал - * клиентский и серверный - */ -//var CloudCommander=(function(window,document){ - -var document,window; - -var CloudCommander=(function(){ -"use strict"; - -/* если функции console.log нет - создаём заглушку */ - -var console; -if(!window)window={console:{log:function(pParam){return pParam;}}}; -else if(window && !window.console){ - console={ - 'log':function(param){ - return param; - } - }; -}else console=window.console; - -/* - window.jQuery || document.write(' - - - - - --> - - -
- - - Cloud Commander - -