From 4c0e3c4db933bb63838b5d594d1c2d46426d736a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 2 Jul 2013 06:08:56 -0700 Subject: [PATCH] Remove trailing comma from `varDependencyMap`. Former-commit-id: e4f622e116c217eb98fb417d7b1770b88a95cb0d --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 31bcce889..780bbe27d 100755 --- a/build.js +++ b/build.js @@ -249,7 +249,7 @@ 'keys': ['iteratorObject'], 'merge': ['indicatorObject'], 'partialRight': ['indicatorObject'], - 'template': ['reInterpolate'], + 'template': ['reInterpolate'] }; /** Used to track the category of identifiers */