Commit ff2be190 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete JQuery, unused variables

parent 9ef9e9ed
......@@ -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);
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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment