mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
13 lines
187 B
JavaScript
13 lines
187 B
JavaScript
|
/*
|
||
|
* datepicker_options.js
|
||
|
*/
|
||
|
(function($) {
|
||
|
|
||
|
module("datepicker: options");
|
||
|
|
||
|
test("testname", function() {
|
||
|
ok(false, "missing test - untested code is broken code.");
|
||
|
});
|
||
|
|
||
|
})(jQuery);
|