aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_events.js
blob: bc88e97476e7efb7c336502591b3922fe4a1105d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * dialog_events.js
 */
(function($) {

module("dialog: events");

test("testname", function() {
	ok(false, "missing test - untested code is broken code.");
});

})(jQuery);