File tree 2 files changed +5
-3
lines changed
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
2
4
3
5
* [ CHANGE] #82 Add "jquery-ui/menu" as AMD dependency
4
6
* [ FEATURE] #85 Allow custom classes per entry
Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ $.widget("moogle.contextmenu", {
275
275
. unbind ( "mousedown" + this . eventNamespace )
276
276
. unbind ( "touchstart" + this . eventNamespace )
277
277
. unbind ( "keydown" + this . eventNamespace ) ;
278
-
278
+
279
279
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
281
281
this . $menu
282
282
. unbind ( "contextmenu" + this . eventNamespace ) ;
283
283
this . _hide ( this . $menu , hideOpts , function ( ) {
You can’t perform that action at this time.
0 commit comments