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

module("draggable: tickets");

test("#1234", function() {
	
});

})(jQuery);