mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix small mistake - allow null options
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user