Changeset 13348
- Timestamp:
- 04/17/08 13:38:27 (7 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/dnd/Moveable.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/dnd/Moveable.js
r13002 r13348 59 59 new this.mover(this.node, e, this); 60 60 } 61 dojo.stopEvent(e);61 e.preventDefault(); 62 62 }, 63 63 onMouseMove: function(e){