From e838349cca618474fa5140ae4fc293e8a0897bec Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 10 Jun 2013 22:21:07 -0700 Subject: [PATCH] Add missing var. --- tools/builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder.js b/tools/builder.js index bb68c8887e..85789bfd8b 100644 --- a/tools/builder.js +++ b/tools/builder.js @@ -381,7 +381,7 @@ _.extend(Builder.prototype, { _.each(methods, function (method) { ret[method] = function (/* arguments */) { - args = _.toArray(arguments); + var args = _.toArray(arguments); if (method !== "copyDirectory") { // Normal method (relPath as first argument)