mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Fix extension comment nits.
This commit is contained in:
parent
2d08ae9707
commit
f72c04b373
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ PdfStreamConverter.prototype = {
|
||||||
'resource://pdf.js/web/viewer.html', null, null);
|
'resource://pdf.js/web/viewer.html', null, null);
|
||||||
|
|
||||||
var listener = this.listener;
|
var listener = this.listener;
|
||||||
// Proxy all the requst observer calls, when it gets to onStopRequst
|
// Proxy all the request observer calls, when it gets to onStopRequest
|
||||||
// we can get the dom window.
|
// we can get the dom window.
|
||||||
var proxy = {
|
var proxy = {
|
||||||
onStartRequest: function() {
|
onStartRequest: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue