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:
parent
d7c2e79cb8
commit
7e762169cf
3 changed files with 11 additions and 11 deletions
|
@ -801,7 +801,7 @@ var JpegStream = (function jpegStream() {
|
|||
}
|
||||
|
||||
constructor.prototype = {
|
||||
getIR: function() {
|
||||
getIR: function jpegStreamGetIR() {
|
||||
return this.src;
|
||||
},
|
||||
getChar: function jpegStreamGetChar() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue