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

module("progressbar: events");

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

})(jQuery);