diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:57:20 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | dd6a99f1400a3636467f9c775a2aba4bfa7e19d0 (patch) | |
tree | c31114ec36cc3d28eed87ff60df3a818086bf0ba /tests/unit/button/common.js | |
parent | 4c6b1463ea2be3e44f85bd13ef9780229ec0f2d4 (diff) | |
download | jquery-ui-dd6a99f1400a3636467f9c775a2aba4bfa7e19d0.tar.gz jquery-ui-dd6a99f1400a3636467f9c775a2aba4bfa7e19d0.zip |
Button: Move button into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/button/common.js')
-rw-r--r-- | tests/unit/button/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/button/common.js b/tests/unit/button/common.js index d376f4f05..0372cddbf 100644 --- a/tests/unit/button/common.js +++ b/tests/unit/button/common.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/button" + "ui/widgets/button" ], function( common ) { common.testWidget( "button", { |