[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/libraries/jquery.ui/tests/unit/resizable/ -> resizable_events.js (source)

   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);


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7