diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-02-12 13:01:52 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-12 13:01:52 -0500 |
commit | 9422541ccfb51839e735537ba270fec2f6e03f42 (patch) | |
tree | d543d940e22aed51a670fc81d99c87354ff383c8 /ui/mouse.js | |
parent | 8dfc67d46865889057164005c827d1193781bc9d (diff) | |
download | jquery-ui-9422541ccfb51839e735537ba270fec2f6e03f42.tar.gz jquery-ui-9422541ccfb51839e735537ba270fec2f6e03f42.zip |
1.11.31.11.3
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 79291bd24..982ef5160 100644 --- a/ui/mouse.js +++ b/ui/mouse.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Mouse @VERSION + * jQuery UI Mouse 1.11.3 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -29,7 +29,7 @@ $( document ).mouseup( function() { }); return $.widget("ui.mouse", { - version: "@VERSION", + version: "1.11.3", options: { cancel: "input,textarea,button,select,option", distance: 1, |