From d9a3ba0dd1f3f10e902f5c76f3f006ab06aaf57e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 1 Jul 2013 00:13:13 -0700 Subject: [PATCH] Add `objectTypes` to `varDependencyMap.defer` in build.js. Former-commit-id: 5f153ba0009ebcb2e0eb7e061228807a0dd3c2bd --- build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build.js b/build.js index 58019a983..dee4aeaf0 100755 --- a/build.js +++ b/build.js @@ -242,6 +242,7 @@ 'bindKey': ['indicatorObject'], 'createCallback': ['indicatorObject'], 'createIterator': ['indicatorObject', 'iteratorObject', 'objectTypes'], + 'defer': ['objectTypes'], 'isEqual': ['indicatorObject'], 'isObject': ['objectTypes'], 'isRegExp': ['objectTypes'],