error = null, when starting a parse

This commit is contained in:
cloudhead 2010-02-28 01:07:13 -05:00
parent 8ac1bdf06c
commit 35b452bf00

View File

@ -128,6 +128,7 @@ less.parser = {
chunks = [];
input = str.replace(/\r\n/g, '\n');
inputLength = input.length;
this.error = null;
// Split the input into chunks,
// Either delimited by /\n\n/ or