Changeset 5594
- Timestamp:
- 05/14/08 14:48:56 (7 months ago)
- Files:
-
- 1 modified
-
branches/ui-experimental/mouse/ui.core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ui-experimental/mouse/ui.core.js
r5593 r5594 269 269 270 270 var distance = Math.max( 271 Math.abs( self._MP.left - e.pageX),272 Math.abs( self._MP.top - e.pageY));271 Math.abs(this._MP.left - e.pageX), 272 Math.abs(this._MP.top - e.pageY)); 273 273 if (!this.mouseInitialized && (distance > o.distance)) { 274 274 (o.mouseStart && o.mouseStart.call(this, e, this.element));
