Other half of name bug

This commit is contained in:
Tom MacWright 2011-10-19 16:13:30 -04:00
parent b87423f91a
commit 29c96f6810

View File

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