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/helper.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/helper.js')
-rw-r--r-- | tests/unit/tabs/helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tabs/helper.js b/tests/unit/tabs/helper.js index 5c9625f8c..132061753 100644 --- a/tests/unit/tabs/helper.js +++ b/tests/unit/tabs/helper.js @@ -1,7 +1,7 @@ define( [ "jquery", "lib/helper", - "ui/tabs" + "ui/widgets/tabs" ], function( $, helper ) { return $.extend( helper, { |