[Pkg-javascript-commits] [node-stream-browserify] 26/44: Add missing x argument.
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 14:18:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-browserify.
commit 7f1fbe20b6c4fd3dddfbc49b26d7d6437d34cd64
Author: Ruben Verborgh <ruben at verborgh.org>
Date: Sun Dec 22 12:08:32 2013 +0100
Add missing x argument.
---
writable.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/writable.js b/writable.js
index dd631e8..efe1f3a 100644
--- a/writable.js
+++ b/writable.js
@@ -34,7 +34,7 @@ var isUint8Array = typeof Uint8Array !== 'undefined'
;
var isArrayBuffer = typeof ArrayBuffer !== 'undefined'
? function (x) { return x instanceof ArrayBuffer }
- : function () {
+ : function (x) {
return x && x.constructor && x.constructor.name === 'ArrayBuffer'
}
;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git
More information about the Pkg-javascript-commits
mailing list