1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/* * resizable_events.js */ (function($) { module("resizable: events"); test("start", function() { ok(false, "missing test - untested code is broken code."); }); test("resize", function() { ok(false, "missing test - untested code is broken code."); }); test("stop", function() { ok(false, "missing test - untested code is broken code."); }); })(jQuery);