jquery/build/tasks/lib/slim-exclude.js

11 lines
146 B
JavaScript
Raw Normal View History

"use strict";
// NOTE: keep it in sync with test/data/testinit.js
module.exports = [
"ajax",
"callbacks",
"deferred",
"effects",
"queue"
];