mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Name anonymous functions.
This commit is contained in:
parent
db47fa2a9f
commit
06cdba3526
5 changed files with 66 additions and 66 deletions
|
@ -62,7 +62,7 @@ function loadDocument(aWindow, aDocumentUrl) {
|
|||
}
|
||||
|
||||
let WebProgressListener = {
|
||||
init: function(aWindow, aUrl) {
|
||||
init: function WebProgressListenerInit(aWindow, aUrl) {
|
||||
this._locationHasChanged = false;
|
||||
this._documentUrl = aUrl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue