diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:12:14 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:39 -0400 |
commit | eeb962027e251dff9ae37e78934f56107f47951f (patch) | |
tree | 0028951e27f00a9bd24350b9bb2b4e342aede8a5 /tests/unit/tooltip/methods.js | |
parent | 18486cb60cd0718e2f7b60bbd3976e95a2a94875 (diff) | |
download | jquery-ui-eeb962027e251dff9ae37e78934f56107f47951f.tar.gz jquery-ui-eeb962027e251dff9ae37e78934f56107f47951f.zip |
Tooltip: Move tooltip into widgets directory
Ref #13885
Diffstat (limited to 'tests/unit/tooltip/methods.js')
-rw-r--r-- | tests/unit/tooltip/methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tooltip/methods.js b/tests/unit/tooltip/methods.js index 3db7b8f7c..b5b6ca6e9 100644 --- a/tests/unit/tooltip/methods.js +++ b/tests/unit/tooltip/methods.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/tooltip" + "ui/widgets/tooltip" ], function( $ ) { module( "tooltip: methods" ); |