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)
//------------------------------------------------------------export---------------------------------------------------
window['AscCommonExcel'] = window['AscCommonExcel'] || {};
window['AscCommonExcel'].CheckIdSatetShapeAdd = CheckIdSatetShapeAdd;
})(window);
\ No newline at end of file
})(window);
......@@ -714,7 +714,7 @@
};
if (this.Api.isMobileVersion) {
this.MobileTouchManager = new CMobileTouchManager();
this.MobileTouchManager = new AscCommonExcel.CMobileTouchManager();
this.MobileTouchManager.Init(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