2009-02-02 14:36:08 +00:00
|
|
|
/*
|
|
|
|
* progressbar_events.js
|
|
|
|
*/
|
|
|
|
(function($) {
|
|
|
|
|
|
|
|
module("progressbar: events");
|
|
|
|
|
2009-02-04 04:39:31 +00:00
|
|
|
test("change", function() {
|
2009-02-02 14:36:08 +00:00
|
|
|
ok(false, "missing test - untested code is broken code.");
|
|
|
|
});
|
|
|
|
|
|
|
|
})(jQuery);
|