diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:11:35 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | 18486cb60cd0718e2f7b60bbd3976e95a2a94875 (patch) | |
tree | dd489c076bc7acbd428c6e3119a07e854850303e /tests/unit/tabs/common.js | |
parent | 33e135061fb85d9078537d26b1b2a5461c3802e4 (diff) | |
download | jquery-ui-18486cb60cd0718e2f7b60bbd3976e95a2a94875.tar.gz jquery-ui-18486cb60cd0718e2f7b60bbd3976e95a2a94875.zip |
Tabs: Move tabs into widgets directory
Ref #13885
Diffstat (limited to 'tests/unit/tabs/common.js')
-rw-r--r-- | tests/unit/tabs/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tabs/common.js b/tests/unit/tabs/common.js index d3aa5cd48..42dd0c2fc 100644 --- a/tests/unit/tabs/common.js +++ b/tests/unit/tabs/common.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/tabs" + "ui/widgets/tabs" ], function( common ) { common.testWidget( "tabs", { |