mixin definition constructor init
This commit is contained in:
parent
4767b264e7
commit
a1c8d50699
@ -20,3 +20,8 @@ tree.mixin.Call.prototype = {
|
||||
throw new(Error)("mixin " + this.selector.toCSS() + " is undefined");
|
||||
}
|
||||
};
|
||||
|
||||
tree.mixin.Definition = function MixinDefinition(name, params) {
|
||||
this.name = name;
|
||||
this.params = params;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user