mixin definition constructor init

browser
cloudhead 15 years ago
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…
Cancel
Save