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

cell/view/mobileTouch to function-closure

cell/view/mobileTouch prototype = {} -> .prototype.
parent a6252df8
...@@ -507,4 +507,4 @@ DrawingObjectsController.prototype.onKeyPress = function(e) ...@@ -507,4 +507,4 @@ DrawingObjectsController.prototype.onKeyPress = function(e)
//------------------------------------------------------------export--------------------------------------------------- //------------------------------------------------------------export---------------------------------------------------
window['AscCommonExcel'] = window['AscCommonExcel'] || {}; window['AscCommonExcel'] = window['AscCommonExcel'] || {};
window['AscCommonExcel'].CheckIdSatetShapeAdd = CheckIdSatetShapeAdd; window['AscCommonExcel'].CheckIdSatetShapeAdd = CheckIdSatetShapeAdd;
})(window); })(window);
\ No newline at end of file
...@@ -714,7 +714,7 @@ ...@@ -714,7 +714,7 @@
}; };
if (this.Api.isMobileVersion) { if (this.Api.isMobileVersion) {
this.MobileTouchManager = new CMobileTouchManager(); this.MobileTouchManager = new AscCommonExcel.CMobileTouchManager();
this.MobileTouchManager.Init(this); this.MobileTouchManager.Init(this);
} }
return this; return this;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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