[Pkg-javascript-commits] [node-entities] 31/63: Change mistyped variable name
Wolfgang Borgert
debacle at moszumanska.debian.org
Mon Sep 22 08:15:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository node-entities.
commit b96c009c49d7a41c1d06378b55411cd140ab7245
Author: elbegemot <elbegemot at gmail.com>
Date: Sun Feb 16 16:47:12 2014 +0200
Change mistyped variable name
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index 8948597..d7ac72b 100644
--- a/index.js
+++ b/index.js
@@ -21,7 +21,7 @@ var levels = modes.map(function(name, i){
var decode = levels.map(function(l){ return l.normal; }),
decodeStrict = levels.map(function(l){ return l.strict; }),
- inverse = levels.map(function(l){ return l.inverse; });
+ encode = levels.map(function(l){ return l.inverse; });
exports.decode = function(data, level){
if(!(level >= 0 && level < 3)) level = 0;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-entities.git
More information about the Pkg-javascript-commits
mailing list