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

Name anonymous functions.

This commit is contained in:
Kalervo Kujala 2011-10-04 22:21:40 +03:00
parent db47fa2a9f
commit 06cdba3526
5 changed files with 66 additions and 66 deletions

View file

@ -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;