diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 21:59:10 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:37 -0400 |
commit | 5efa98361e600ad9392297dd8550a873341fb615 (patch) | |
tree | 3080d3baf86edb6f109ff8e511c85d0dff8339a7 /tests/unit/dialog/helper.js | |
parent | f1ce6e5de53a9e1f7d2a3d8bc067effe6b028022 (diff) | |
download | jquery-ui-5efa98361e600ad9392297dd8550a873341fb615.tar.gz jquery-ui-5efa98361e600ad9392297dd8550a873341fb615.zip |
Dialog: Move dialog into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/dialog/helper.js')
-rw-r--r-- | tests/unit/dialog/helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/helper.js b/tests/unit/dialog/helper.js index f84d1d624..87ca9c172 100644 --- a/tests/unit/dialog/helper.js +++ b/tests/unit/dialog/helper.js @@ -1,7 +1,7 @@ define( [ "jquery", "lib/helper", - "ui/dialog" + "ui/widgets/dialog" ], function( $, helper ) { return $.extend( helper, { |