app/assets/javascripts/jquery.ui.mouse.js in jquery-ui-rails-4.2.0 vs app/assets/javascripts/jquery.ui.mouse.js in jquery-ui-rails-4.2.1
- old
+ new
@@ -1,13 +1,13 @@
//= require jquery.ui.core
//= require jquery.ui.widget
/*!
- * jQuery UI Mouse 1.10.3
+ * jQuery UI Mouse 1.10.4
* http://jqueryui.com
*
- * Copyright 2013 jQuery Foundation and other contributors
+ * Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/mouse/
*
@@ -20,10 +20,10 @@
$( document ).mouseup( function() {
mouseHandled = false;
});
$.widget("ui.mouse", {
- version: "1.10.3",
+ version: "1.10.4",
options: {
cancel: "input,textarea,button,select,option",
distance: 1,
delay: 0
},