From ff2be190db6acc02a34bc41a795c3efc087749ba Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Thu, 7 Apr 2016 10:39:21 +0300 Subject: [PATCH] delete JQuery, unused variables --- cell/api.js | 5 ++--- cell/apiCommonExport.js | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cell/api.js b/cell/api.js index bb518a979c..ff041669a0 100644 --- a/cell/api.js +++ b/cell/api.js @@ -2,11 +2,10 @@ var editor; (/** - * @param {jQuery} $ * @param {Window} window * @param {undefined} undefined */ - function($, window, undefined) { + function(window, undefined) { var asc = window["Asc"]; var asc_applyFunction = asc.applyFunction; @@ -3471,4 +3470,4 @@ var editor; prot['asc_isOffline'] = prot.asc_isOffline; prot['asc_getUrlType'] = prot.asc_getUrlType; -})(jQuery, window); +})(window); diff --git a/cell/apiCommonExport.js b/cell/apiCommonExport.js index 1c03e8813e..07986b5a04 100644 --- a/cell/apiCommonExport.js +++ b/cell/apiCommonExport.js @@ -1,5 +1,3 @@ -window['CAscTableStyle'] = CAscTableStyle; CAscTableStyle.prototype['get_Id'] = CAscTableStyle.prototype.get_Id; CAscTableStyle.prototype['get_Image'] = CAscTableStyle.prototype.get_Image; CAscTableStyle.prototype['get_Type'] = CAscTableStyle.prototype.get_Type; -window['GenerateTableStyles'] = GenerateTableStyles;