diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-08-20 09:48:11 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-08-20 09:48:11 -0400 |
commit | 31d9184aa3d5411db11834bd738547775fad487a (patch) | |
tree | 0a13f424bf7b061f03a33fa8f9d16132a5b64790 /tests/unit/datepicker/options.js | |
parent | 8bd40304433004dd955fcbf925ed4f24502bfeb5 (diff) | |
parent | caf6f2dc84295878f0a692b540e6f910b2a1d505 (diff) | |
download | jquery-ui-31d9184aa3d5411db11834bd738547775fad487a.tar.gz jquery-ui-31d9184aa3d5411db11834bd738547775fad487a.zip |
Merge branch 'master' into datepicker
Diffstat (limited to 'tests/unit/datepicker/options.js')
-rw-r--r-- | tests/unit/datepicker/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/datepicker/options.js b/tests/unit/datepicker/options.js index 6bad27b6a..75d745460 100644 --- a/tests/unit/datepicker/options.js +++ b/tests/unit/datepicker/options.js @@ -1,7 +1,7 @@ define( [ "jquery", "./helper", - "ui/datepicker" + "ui/widgets/datepicker" ], function( $, testHelper ) { module( "datepicker: options" ); |