small approx 1% speed improvement

This commit is contained in:
Luke Page
2014-02-12 23:38:35 +00:00
parent ef3c63fb9a
commit 15174c0860

View File

@@ -737,6 +737,9 @@ less.Parser = function Parser(env) {
break;
}
}
if (peekChar('}')) {
break;
}
}
return root;