File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # 1.8.2-0 / Unreleased
1+ # 1.8.3-0 / Unreleased
2+
3+ # 1.8.2 / 2015-02-08
24
35* [ CHANGE] #82 Add "jquery-ui/menu" as AMD dependency
46* [ FEATURE] #85 Allow custom classes per entry
Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ $.widget("moogle.contextmenu", {
275275 . unbind ( "mousedown" + this . eventNamespace )
276276 . unbind ( "touchstart" + this . eventNamespace )
277277 . unbind ( "keydown" + this . eventNamespace ) ;
278-
278+
279279 self . currentTarget = null ; // issue #44 after hide animation is too late
280- if ( this . $menu ) { // #88: widget might have been destroyed already
280+ if ( this . $menu ) { // #88: widget might have been destroyed already
281281 this . $menu
282282 . unbind ( "contextmenu" + this . eventNamespace ) ;
283283 this . _hide ( this . $menu , hideOpts , function ( ) {
You can’t perform that action at this time.
0 commit comments