source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/resizable/resizable_events.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 384 bytes
Line 
1/*
2 * resizable_events.js
3 */
4(function($) {
5
6module("resizable: events");
7
8test("start", function() {
9 ok(false, "missing test - untested code is broken code.");
10});
11
12test("resize", function() {
13 ok(false, "missing test - untested code is broken code.");
14});
15
16test("stop", function() {
17 ok(false, "missing test - untested code is broken code.");
18});
19
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.