Changeset 4061
- Timestamp:
- 12/07/07 00:24:58 (9 months ago)
- Files:
-
- 1 modified
-
trunk/ui/current/ui.sortable.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/ui.sortable.js
r3748 r4061 153 153 that.firstSibling = $(this.element).prev()[0]; 154 154 155 $(this.element).css('visibility', 'hidden'); 155 156 $(this.element).triggerHandler("sortstart", [e, that.prepareCallbackObj(this)], o.start); 156 $(this.element).css('visibility', 'hidden');157 157 158 158 return false;
