Parser does not need to have a parseEnv stored on itself

This commit is contained in:
Luke Page
2014-09-04 17:58:12 +01:00
parent 9af3819822
commit ca77dc3a6e

View File

@@ -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);