Skip to content

Commit

Permalink
stopImmediatePropagation
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstewart88 committed Jan 23, 2013
1 parent 65fcc2d commit 2d37443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/main.js
Expand Up @@ -52,7 +52,7 @@ $(document).ready(function () {
zIndex: 999999,
connectWith: '#playlist',
stop: function (event, ui) {
event.stopPropagation();
event.stopImmediatePropagation();
}
});
});
Expand Down

0 comments on commit 2d37443

Please sign in to comment.