Fix small mistake - allow null options

This commit is contained in:
Luke Page
2013-02-15 21:49:19 +00:00
parent 914eb404d7
commit 0396a59eb6

View File

@@ -381,6 +381,7 @@ less.Parser = function Parser(env) {
var line, lines, column;
return function (options, variables) {
options = options || {};
var importError,
evalEnv = new tree.evalEnv(options);