diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-08-15 09:11:21 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-08-15 09:11:21 +0000 |
commit | 23167f8a380649f1d7bf16e2913cc2f21a871cda (patch) | |
tree | 110b432dfccf33c465b399043f307f800e439924 /ui/ui.sortable.js | |
parent | d9bb9eb1df4d35a6bd2bf09069b9deae34e07d14 (diff) | |
download | jquery-ui-23167f8a380649f1d7bf16e2913cc2f21a871cda.tar.gz jquery-ui-23167f8a380649f1d7bf16e2913cc2f21a871cda.zip |
sortable: beforeStop should work properly in all cases now
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 81b71fb24..6cade4371 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -690,6 +690,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, { this.dragging = false; if(this.cancelHelperRemoval) { + this.propagate("beforeStop", e, null, noPropagation); this.propagate("stop", e, null, noPropagation); return false; } |