dd-gestures-debug.js revision 489504a37b99aa0273fca2d41ae36da3356233cf
/**
* This module is the conditional loaded DD file to support gesture events.
* In the event that DD is loaded onto a device that support touch based events
* This module is loaded and over rides 2 key methods on DD.Drag and DD.DDM to
* attach the gesture events.
*/
this._dragThreshMet = false;
minDistance: 0,
minTime: 0
});
};
this._createPG();
this._active = true;
Y.one(Y.config.doc).on('gesturemove', Y.throttle(Y.bind(DDM._move, DDM), DDM.get('throttleTime')), { standAlone: true });
};