dd-gestures.js revision 0d180d8e4c2312966d048c9ef6f4c1e50b25ddf0
/**
* 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 });
};