mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
small approx 1% speed improvement
This commit is contained in:
@@ -737,6 +737,9 @@ less.Parser = function Parser(env) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (peekChar('}')) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return root;
|
||||
|
||||
Reference in New Issue
Block a user