diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-15 18:31:39 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:36 -0400 |
commit | 0a9df3af52a66fe5e8f23622503020f0bcc6ded9 (patch) | |
tree | a70be2ab4a4322c6e1d423353b6ae0c5f5e1d1f1 /ui/resizable.js | |
parent | 2d03e1280a3671468aba6d48d60ba9381fe90e19 (diff) | |
download | jquery-ui-0a9df3af52a66fe5e8f23622503020f0bcc6ded9.tar.gz jquery-ui-0a9df3af52a66fe5e8f23622503020f0bcc6ded9.zip |
Core: Move plugin into its own module
Ref #9647
Diffstat (limited to 'ui/resizable.js')
-rw-r--r-- | ui/resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/resizable.js b/ui/resizable.js index 1c0ad6ff1..ca36f2ca2 100644 --- a/ui/resizable.js +++ b/ui/resizable.js @@ -22,9 +22,9 @@ // AMD. Register as an anonymous module. define([ "jquery", - "./core", "./disable-selection", "./mouse", + "./plugin", "./version", "./widget" ], factory ); |