mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Custom builds: Remove _evalUrl when excluding ajax
This commit is contained in:
parent
df67c1ab09
commit
31f0912267
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user