blob: 2d24708520f8f5ecaf3b57fe0ca1c61f1e9650f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* dialog_options.js
*/
(function($) {
module("dialog: options");
test("testname", function() {
ok(false, "missing test - untested code is broken code.");
});
})(jQuery);
|