| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* 2 * droppable_events.js 3 */ 4 (function($) { 5 6 module("droppable: events"); 7 8 test("activate", function() { 9 ok(false, 'missing test - untested code is broken code'); 10 }); 11 12 test("deactivate", function() { 13 ok(false, 'missing test - untested code is broken code'); 14 }); 15 16 test("over", function() { 17 ok(false, 'missing test - untested code is broken code'); 18 }); 19 20 test("out", function() { 21 ok(false, 'missing test - untested code is broken code'); 22 }); 23 24 test("drop", function() { 25 ok(false, 'missing test - untested code is broken code'); 26 }); 27 28 })(jQuery);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |