mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
Update TouchManager.js
This commit is contained in:
parent
d11e9cf415
commit
b080f7d4ad
|
|
@ -21,11 +21,11 @@
|
|||
jsOMS.UI.Input.Touch.TouchManager = function (app)
|
||||
{
|
||||
this.app = app;
|
||||
this.surfaces = {};
|
||||
this.swipe = new jsOMS.UI.Input.Touch.SwipeManager(app);
|
||||
};
|
||||
|
||||
jsOMS.UI.FormManager.prototype.add = function (id, callback)
|
||||
jsOMS.UI.Input.Touch.TouchManager.prototype.getSwipeManager = function ()
|
||||
{
|
||||
return this.swipe;
|
||||
};
|
||||
|
||||
}(window.jsOMS = window.jsOMS || {}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user