Skip to content

Commit 8ba623b

Browse files
committed
Fix style
1 parent 47118d8 commit 8ba623b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

jquery.ui-contextmenu.js

+2-2
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)