From 21783e4ea0502bcb2970b655f436b98cc6398be1 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 27 Aug 2012 02:33:38 -0700 Subject: [PATCH] Add `unescape` to the dependency map and exclude `unescape` from the "underscore" build. Former-commit-id: 20656e5226207e55713a286c7d7069b73170272f --- build.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.js b/build.js index 67d83e844..f75d83728 100755 --- a/build.js +++ b/build.js @@ -234,6 +234,7 @@ 'throttle': [], 'times': [], 'toArray': ['isFunction', 'values'], + 'unescape': [], 'union': ['indexOf'], 'uniq': ['identity', 'indexOf'], 'uniqueId': [], @@ -280,6 +281,7 @@ 'forOwn', 'merge', 'partial', + 'unescape', 'where', 'zipObject' ]));