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