1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Fix extension comment nits.

This commit is contained in:
Brendan Dahl 2012-04-16 14:33:11 -07:00
parent 2d08ae9707
commit f72c04b373

View file

@ -153,7 +153,7 @@ PdfStreamConverter.prototype = {
'resource://pdf.js/web/viewer.html', null, null);
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.
var proxy = {
onStartRequest: function() {