mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
11 lines
151 B
JavaScript
11 lines
151 B
JavaScript
|
"use strict";
|
||
|
|
||
|
// NOTE: keep it in sync with test/data/testinit.js
|
||
|
module.exports = [
|
||
|
"-ajax",
|
||
|
"-callbacks",
|
||
|
"-deferred",
|
||
|
"-effects",
|
||
|
"-queue"
|
||
|
];
|