Changeset 3304
- Timestamp:
- 12/13/05 22:12:03 (3 years ago)
- Files:
-
- spinoffs/scriptaculous/CHANGELOG (modified) (1 diff)
- spinoffs/scriptaculous/README (modified) (1 diff)
- spinoffs/scriptaculous/src/dragdrop.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/scriptaculous/CHANGELOG
r3302 r3304 1 *SVN* 2 3 * Fixed draggables starting to drag even if mouse button was released with no movement, [thx topfunky] 4 5 * Updated the README to reflect final status 6 1 7 *V1.5.0* 2 8 spinoffs/scriptaculous/README
r3097 r3304 17 17 == Installation/Usage 18 18 19 This pre-release version of script.aculo.us includes the 20 Prototype framework 1.4.0_rc3. You can use later versions, 21 as they become available(see http://prototype.conio.net).19 script.aculo.us includes the Prototype JavaScript Framework 20 V1.4.0. You can use later versions, as they become available 21 (see http://prototype.conio.net). 22 22 23 23 Put prototype.js, and the six files scriptaculous.js, spinoffs/scriptaculous/src/dragdrop.js
r3283 r3304 147 147 this._lastPointer = null; 148 148 this.activeDraggable.endDrag(event); 149 this.activeDraggable = null; 149 150 }, 150 151