mirror of
https://github.com/jquery/jquery.git
synced 2024-12-09 08:04:24 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
|
"use strict";
|
||
|
|
||
|
// NOTE: keep it in sync with test/data/testinit.js
|
||
|
module.exports = [
|
||
|
"-ajax",
|
||
|
"-effects"
|
||
|
];
|