diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-12-23 12:40:34 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-12-23 12:40:34 -0500 |
commit | ecf3207941ca02eb278e19847fccb7fcff9799fc (patch) | |
tree | 60ab093371485fc619fade6eba573bb3636e4158 /ui/widgets/resizable.js | |
parent | ffcfb85c9818954adda69e73cf9ba76ea07b554c (diff) | |
download | jquery-ui-ecf3207941ca02eb278e19847fccb7fcff9799fc.tar.gz jquery-ui-ecf3207941ca02eb278e19847fccb7fcff9799fc.zip |
1.12.0-beta.11.12.0-beta.1
Diffstat (limited to 'ui/widgets/resizable.js')
-rw-r--r-- | ui/widgets/resizable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/resizable.js b/ui/widgets/resizable.js index 88ad41180..26120309c 100644 --- a/ui/widgets/resizable.js +++ b/ui/widgets/resizable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.12.0-beta.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -36,7 +36,7 @@ }( function( $ ) { $.widget( "ui.resizable", $.ui.mouse, { - version: "@VERSION", + version: "1.12.0-beta.1", widgetEventPrefix: "resize", options: { alsoResize: false, |