Add missing var.

This commit is contained in:
David Glasser
2013-06-10 22:21:07 -07:00
parent a578cb0c75
commit e838349cca

View File

@@ -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)