mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Parser does not need to have a parseEnv stored on itself
This commit is contained in:
@@ -51,7 +51,6 @@ var Parser = function Parser(env) {
|
||||
if (!(env instanceof contexts.parseEnv)) {
|
||||
env = new contexts.parseEnv(env);
|
||||
}
|
||||
this.env = env;
|
||||
|
||||
var imports = getImportManager(environment, env, Parser);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user