mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
delete JQuery, unused variables
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user