From 0ffe89b23b39b006bbafc3743f3300320a3f4f20 Mon Sep 17 00:00:00 2001 From: "Martin@MBP" Date: Sun, 22 Jun 2014 21:44:26 +0200 Subject: [PATCH] Bumping version to 1.4.1 --- bower.json | 2 +- jquery.ui-contextmenu.min.js | 2 +- package.json | 62 ++++++++++++++++++------------------ ui-contextmenu.jquery.json | 2 +- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/bower.json b/bower.json index 0759125..b782186 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ui-contextmenu", "description": "Turn a jQuery UI Menu widget into a contextmenu.", - "version": "1.4.0", + "version": "1.4.1", "main": [ "jquery.ui-contextmenu.js" ], diff --git a/jquery.ui-contextmenu.min.js b/jquery.ui-contextmenu.min.js index af3580c..603ba0d 100644 --- a/jquery.ui-contextmenu.min.js +++ b/jquery.ui-contextmenu.min.js @@ -1,2 +1,2 @@ -/*! jQuery UI context menu plugin - v1.4.0 - 2014-06-22 | https://github.com/mar10/jquery-ui-contextmenu | Copyright (c) 2014 Martin Wendt; Licensed MIT */ +/*! jQuery UI context menu plugin - v1.4.1 - 2014-06-22 | https://github.com/mar10/jquery-ui-contextmenu | Copyright (c) 2014 Martin Wendt; Licensed MIT */ !function(a,b,c,d){"use strict";function e(a){return a&&a.match(/^#/)?a.substring(1):a||""}var f="onselectstart"in c.createElement("div");a.widget("moogle.contextmenu",{version:"1.4.0-1",options:{autoTrigger:!0,delegate:null,hide:{effect:"fadeOut",duration:"fast"},ignoreParentSelect:!0,menu:null,position:null,preventContextMenuForPopup:!1,preventSelect:!1,show:{effect:"slideDown",duration:"fast"},taphold:!1,beforeOpen:a.noop,blur:a.noop,close:a.noop,create:a.noop,createMenu:a.noop,focus:a.noop,open:a.noop,select:a.noop},_create:function(){var b,d,e,g=this.options;if(this.$headStyle=null,this.$menu=null,this.menuIsTemp=!1,this.currentTarget=null,g.preventSelect){e=(a(this.element).is(c)?a("body"):this.element).uniqueId().attr("id"),b="#"+e+" "+g.delegate+" { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }",this.$headStyle=a("