Custom builds: Remove _evalUrl when excluding ajax

This commit is contained in:
Timmy Willison 2013-08-16 10:11:22 -04:00
parent df67c1ab09
commit 31f0912267

View File

@ -39,6 +39,7 @@ module.exports = function( grunt ) {
],
// Exclude specified modules if the module matching the key is removed
removeWith: {
ajax: [ "manipulation/_evalUrl" ],
callbacks: [ "deferred" ],
css: [ "effects", "dimensions", "offset" ],
sizzle: [ "css/hidden-visible-selectors", "effects/animated-selector" ]