diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-08-16 10:11:22 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-08-16 10:13:39 -0400 |
commit | 4d9c62a95c3f87d69a71b31a1037e5425d847520 (patch) | |
tree | 95685450b03a1b45891c1a1904d675f21a53f178 /Gruntfile.js | |
parent | 213eaad880b4f11b65394f4f9b6c44da92954670 (diff) | |
download | jquery-4d9c62a95c3f87d69a71b31a1037e5425d847520.tar.gz jquery-4d9c62a95c3f87d69a71b31a1037e5425d847520.zip |
Custom builds: Remove _evalUrl when excluding ajax
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5cad93f65..8bd906b3f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,6 +38,7 @@ module.exports = function( grunt ) { "selector" ], removeWith: { + ajax: [ "manipulation/_evalUrl" ], callbacks: [ "deferred" ], css: [ "effects", "dimensions", "offset" ] } |