From 29c96f6810a0bc013b0f56d26b34fe8c4a54eb61 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 19 Oct 2011 16:13:30 -0400 Subject: [PATCH] Other half of name bug --- lib/carto/tree/variable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/carto/tree/variable.js b/lib/carto/tree/variable.js index 2a3961e..103e423 100644 --- a/lib/carto/tree/variable.js +++ b/lib/carto/tree/variable.js @@ -9,7 +9,7 @@ tree.Variable.prototype = { eval: function(env) { var variable, v, - that = this; + that = this, name = this.name; if (this._css) return this._css;