Changeset 484
- Timestamp:
- 07/25/08 01:53:42 (20 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.draggable.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.draggable.js
r468 r484 220 220 if((this.options.revert == "invalid" && !dropped) || (this.options.revert == "valid" && dropped) || this.options.revert === true) { 221 221 var self = this; 222 $(this.helper).animate(this.originalPosition, parseInt(this.options.revert , 10) || 500, function() {222 $(this.helper).animate(this.originalPosition, parseInt(this.options.revertDuration, 10) || 500, function() { 223 223 self.propagate("stop", e); 224 224 self.clear();