Ticket #1679: ui.sortable.patch
File ui.sortable.patch, 467 bytes (added by , 15 years ago) |
---|
-
plugins/ui/current/ui.sortable.js
86 86 currentTarget: null, 87 87 lastTarget: null, 88 88 prepareCallbackObj: function(self, that) { 89 if (!self.pos) self.pos = [0, 0]; 89 90 return { 90 91 helper: self.helper, 91 92 position: { left: self.pos[0], top: self.pos[1] },