mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04: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