diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-05-28 15:39:55 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-05-28 15:39:55 -0400 |
commit | 6a5b21fda2730a0650e0144658d47b9b01bffc64 (patch) | |
tree | b210960d5dcef436d861bf664f80c8c0af6f2de7 /ui/jquery.ui.resizable.js | |
parent | 2f3284811c867408652bea044849085bda923b34 (diff) | |
download | jquery-ui-6a5b21fda2730a0650e0144658d47b9b01bffc64.tar.gz jquery-ui-6a5b21fda2730a0650e0144658d47b9b01bffc64.zip |
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r-- | ui/jquery.ui.resizable.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index de24e94dd..673a8fd75 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -15,6 +15,7 @@ (function( $, undefined ) { $.widget("ui.resizable", $.ui.mouse, { + version: "@VERSION", widgetEventPrefix: "resize", options: { alsoResize: false, @@ -548,10 +549,6 @@ $.widget("ui.resizable", $.ui.mouse, { }); -$.extend($.ui.resizable, { - version: "@VERSION" -}); - /* * Resizable Extensions */ |