Other half of name bug

refilter v0.4.1
Tom MacWright 13 years ago
parent b87423f91a
commit 29c96f6810

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

Loading…
Cancel
Save