mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
13 lines
181 B
JavaScript
13 lines
181 B
JavaScript
/*
|
|
* selectable_core.js
|
|
*/
|
|
(function($) {
|
|
|
|
module("selectable: core");
|
|
|
|
test("testname", function() {
|
|
ok(false, "missing test - untested code is broken code.");
|
|
});
|
|
|
|
})(jQuery);
|