| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* 2 * resizable_events.js 3 */ 4 (function($) { 5 6 module("resizable: events"); 7 8 test("start", function() { 9 ok(false, "missing test - untested code is broken code."); 10 }); 11 12 test("resize", function() { 13 ok(false, "missing test - untested code is broken code."); 14 }); 15 16 test("stop", function() { 17 ok(false, "missing test - untested code is broken code."); 18 }); 19 20 })(jQuery);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |