mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
typo
This commit is contained in:
@@ -7,7 +7,7 @@ tree.mixin.Call = function MixinCall(elements, args) {
|
||||
};
|
||||
tree.mixin.Call.prototype = {
|
||||
eval: function (env) {
|
||||
var mixin, rules = [];
|
||||
var mixins, rules = [];
|
||||
|
||||
for (var i = 0; i < env.frames.length; i++) {
|
||||
if ((mixins = env.frames[i].find(this.selector)).length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user