mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
mixin definition constructor init
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user