blob: f6069a5dee600371cee569ea72c8df0027ffd590 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* progressbar_options.js
*/
(function($) {
module("progressbar: options");
test("{ value : 0 }, default", function() {
ok(false, "missing test - untested code is broken code.");
});
})(jQuery);
|