Merge pull request #1553 from brendandahl/extnit

Fix extension comment nits.
This commit is contained in:
Yury Delendik 2012-04-16 14:49:46 -07:00
commit a25c4f1226

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() {