delete JQuery, unused variables

This commit is contained in:
Alexander.Trofimov
2016-04-07 10:39:21 +03:00
parent 9ef9e9ed25
commit ff2be190db
2 changed files with 2 additions and 5 deletions

View File

@ -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);

View File

@ -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;