[Pkg-javascript-commits] [pdf.js] 237/246: Fix ensureByte() function name (copy-and-paste error)
David Prévot
taffit at moszumanska.debian.org
Sun Sep 7 15:36:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit a7bbc12a8127211f80a39a258318c540a526160f
Author: fkaelberer <l_l at gmx-topmail.de>
Date: Tue Aug 19 09:33:57 2014 +0200
Fix ensureByte() function name (copy-and-paste error)
---
src/core/chunked_stream.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/chunked_stream.js b/src/core/chunked_stream.js
index cf0e6b7..7c2aa5b 100644
--- a/src/core/chunked_stream.js
+++ b/src/core/chunked_stream.js
@@ -91,7 +91,7 @@ var ChunkedStream = (function ChunkedStreamClosure() {
}
},
- ensureByte: function ChunkedStream_ensureRange(pos) {
+ ensureByte: function ChunkedStream_ensureByte(pos) {
var chunk = Math.floor(pos / this.chunkSize);
if (chunk === this.lastSuccessfulEnsureByteChunk) {
return;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list