aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker_options.js
blob: ad6b37ccb8a9b094a0c60d6f6721ef47a2acac71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * datepicker_options.js
 */
(function($) {

module("datepicker: options");

test("testname", function() {
	ok(false, "missing test - untested code is broken code.");
});

})(jQuery);