diff options
Diffstat (limited to 'ui/resizable.js')
-rw-r--r-- | ui/resizable.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/resizable.js b/ui/resizable.js index a02837a19..a1efbc28c 100644 --- a/ui/resizable.js +++ b/ui/resizable.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Resizable @VERSION + * jQuery UI Resizable 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors @@ -26,7 +26,7 @@ }(function( $ ) { $.widget("ui.resizable", $.ui.mouse, { - version: "@VERSION", + version: "1.11.1", widgetEventPrefix: "resize", options: { alsoResize: false, |