diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-12-22 19:51:24 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-12-22 19:51:24 +0000 |
commit | 06e29401b880b5e8fc64be00b2be9df5cc8f0f88 (patch) | |
tree | cec761b0a3f921f7f0192238ef3cc47f4dc8d439 /ui/jquery.ui.resizable.js | |
parent | b6d17b24d4d2302d490c2f83552c7fbc16e96ba4 (diff) | |
download | jquery-ui-06e29401b880b5e8fc64be00b2be9df5cc8f0f88.tar.gz jquery-ui-06e29401b880b5e8fc64be00b2be9df5cc8f0f88.zip |
Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r-- | ui/jquery.ui.resizable.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 0a0c228da..70f92f591 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -9,6 +9,8 @@ * * Depends: * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js */ (function($) { |