[Pkg-javascript-commits] [node-sha.js] 72/237: this made no difference
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:03:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-sha.js.
commit 0a0ee38c5fead881b3bdb96c9b47a59b62451b13
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Tue Dec 31 18:26:28 2013 +0700
this made no difference
---
sha1.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sha1.js b/sha1.js
index 8db05e6..09f7a3c 100644
--- a/sha1.js
+++ b/sha1.js
@@ -47,9 +47,8 @@ function Sha1 () {
Sha1.prototype._update = function (array) {
- const X = this._dv
- const H = this._dvH
- const h32 = this._h32
+ var X = this._dv
+ var H = this._dvH
var h = this._h
var a, b, c, d, e, _a, _b, _c, _d, _e
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git
More information about the Pkg-javascript-commits
mailing list