aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner/modules.js
blob: 53f9a933a07a226e7a6ba2474f8d0d9d85ca7e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export const modules = [
	"basic",

	"ajax",
	"animation",
	"attributes",
	"callbacks",
	"core",
	"css",
	"data",
	"deferred",
	"deprecated",
	"dimensions",
	"effects",
	"event",
	"manipulation",
	"offset",
	"queue",
	"selector",
	"serialize",
	"support",
	"traversing",
	"tween"
];