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

delete JQuery, unused variables

parent 0547e914
...@@ -26,11 +26,10 @@ ...@@ -26,11 +26,10 @@
var editor; var editor;
(/** (/**
* @param {jQuery} $
* @param {Window} window * @param {Window} window
* @param {undefined} undefined * @param {undefined} undefined
*/ */
function($, window, undefined) { function(window, undefined) {
var asc = window["Asc"]; var asc = window["Asc"];
var asc_applyFunction = asc.applyFunction; var asc_applyFunction = asc.applyFunction;
...@@ -3494,4 +3493,4 @@ var editor; ...@@ -3494,4 +3493,4 @@ var editor;
prot['asc_isOffline'] = prot.asc_isOffline; prot['asc_isOffline'] = prot.asc_isOffline;
prot['asc_getUrlType'] = prot.asc_getUrlType; prot['asc_getUrlType'] = prot.asc_getUrlType;
})(jQuery, window); })(window);
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
* Pursuant to Section 7  3(e) we decline to grant you any rights under trademark law for use of our trademarks. * Pursuant to Section 7  3(e) we decline to grant you any rights under trademark law for use of our trademarks.
* *
*/ */
window['CAscTableStyle'] = CAscTableStyle;
CAscTableStyle.prototype['get_Id'] = CAscTableStyle.prototype.get_Id; CAscTableStyle.prototype['get_Id'] = CAscTableStyle.prototype.get_Id;
CAscTableStyle.prototype['get_Image'] = CAscTableStyle.prototype.get_Image; CAscTableStyle.prototype['get_Image'] = CAscTableStyle.prototype.get_Image;
CAscTableStyle.prototype['get_Type'] = CAscTableStyle.prototype.get_Type; 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