summaryrefslogtreecommitdiff
path: root/src/main/webapp/jquery-ui-1.9pre/tests/unit/resizable/resizable_events.js
blob: e8041f06429af707ec49436fc51e3a0b62361def (plain)
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);