aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-08-16 10:11:22 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-16 10:13:39 -0400
commit4d9c62a95c3f87d69a71b31a1037e5425d847520 (patch)
tree95685450b03a1b45891c1a1904d675f21a53f178 /Gruntfile.js
parent213eaad880b4f11b65394f4f9b6c44da92954670 (diff)
downloadjquery-4d9c62a95c3f87d69a71b31a1037e5425d847520.tar.gz
jquery-4d9c62a95c3f87d69a71b31a1037e5425d847520.zip
Custom builds: Remove _evalUrl when excluding ajax
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
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" ]
}