diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:10:12 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | 33e135061fb85d9078537d26b1b2a5461c3802e4 (patch) | |
tree | 84a37c996e2c2e80b22bcb73ed87ba459af78059 /tests/unit/spinner/common-deprecated.js | |
parent | 657b6d0f5862ca14f2bb996e105b20f0654483b6 (diff) | |
download | jquery-ui-33e135061fb85d9078537d26b1b2a5461c3802e4.tar.gz jquery-ui-33e135061fb85d9078537d26b1b2a5461c3802e4.zip |
Spinner: Move spinner into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/spinner/common-deprecated.js')
-rw-r--r-- | tests/unit/spinner/common-deprecated.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/spinner/common-deprecated.js b/tests/unit/spinner/common-deprecated.js index 2c40df76a..8ff50fa25 100644 --- a/tests/unit/spinner/common-deprecated.js +++ b/tests/unit/spinner/common-deprecated.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/spinner" + "ui/widgets/spinner" ], function( common ) { common.testWidget( "spinner", { |