From edd0c5af5a5c498b89078b9359eda56cdf3425d0 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 6 Dec 2010 23:39:06 -0500 Subject: [PATCH] no-op. --- src/scope.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scope.coffee b/src/scope.coffee index ba9d3d99..b40fceed 100644 --- a/src/scope.coffee +++ b/src/scope.coffee @@ -59,7 +59,7 @@ exports.Scope = class Scope # Gets the type of a variable. type: (name) -> - for v in @variables when v.name is name then return v.type + return v.type for v in @variables when v.name is name null # If we need to store an intermediate result, find an available name for a