Other half of name bug
This commit is contained in:
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…
Reference in New Issue
Block a user