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