Skip to content

Commit

Permalink
Regenerate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Oct 25, 2016
1 parent 5522249 commit b6ec4a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* MIT License http://www.opensource.org/licenses/mit-license
* GPL v3 http://opensource.org/licenses/GPL-3.0
*
* Date: 2016-10-25T14:21:57.013Z
* Date: 2016-10-25T14:23:53.059Z
*/

(function (factory) {
Expand Down Expand Up @@ -1649,6 +1649,10 @@
// get proper options
var context = o.context;
$.each(menus, function (ns, o) {

if (!o) {
return true;
}

// Is this menu equest to the context called from
if (!$(context).is(o.selector)) {
Expand Down
Loading

0 comments on commit b6ec4a1

Please sign in to comment.