diff options
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 ); |