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

module("progressbar: options");

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

})(jQuery);