diff options
Diffstat (limited to 'ui/mouse.js')
-rw-r--r-- | ui/mouse.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/mouse.js b/ui/mouse.js index ecfc748af..1317ad25f 100644 --- a/ui/mouse.js +++ b/ui/mouse.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Mouse @VERSION + * jQuery UI Mouse 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -29,7 +29,7 @@ $( document ).mouseup( function() { }); return $.widget("ui.mouse", { - version: "@VERSION", + version: "1.11.1", options: { cancel: "input,textarea,button,select,option", distance: 1, |