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