blob: aa5fc3b0358d6cff6b3baa2df60a8f0258ff354f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* datepicker_methods.js
*/
(function($) {
module("datepicker: methods");
test("testname", function() {
ok(false, "missing test - untested code is broken code.");
});
})(jQuery);
|