1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Name a few anonymous functions.

Also rename some functions.
This commit is contained in:
Kalervo Kujala 2011-10-29 13:20:48 +03:00
parent d7c2e79cb8
commit 7e762169cf
3 changed files with 11 additions and 11 deletions

View file

@ -801,7 +801,7 @@ var JpegStream = (function jpegStream() {
}
constructor.prototype = {
getIR: function() {
getIR: function jpegStreamGetIR() {
return this.src;
},
getChar: function jpegStreamGetChar() {