[Pkg-javascript-commits] [less.js] 89/285: Parser does not need to have a parseEnv stored on itself
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit ca77dc3a6e2922571592d981b5eeecc7a837be50
Author: Luke Page <luke.a.page at gmail.com>
Date: Thu Sep 4 17:58:12 2014 +0100
Parser does not need to have a parseEnv stored on itself
---
lib/less/parser/parser.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/less/parser/parser.js b/lib/less/parser/parser.js
index efbe0f7..b5e474b 100644
--- a/lib/less/parser/parser.js
+++ b/lib/less/parser/parser.js
@@ -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);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list