From 4d9c62a95c3f87d69a71b31a1037e5425d847520 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 16 Aug 2013 10:11:22 -0400 Subject: [PATCH] Custom builds: Remove _evalUrl when excluding ajax --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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" ] } -- 2.39.5