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

Unicode normalization; lint warnings

This commit is contained in:
notmasteryet 2011-12-14 21:42:06 -06:00
parent 04551dbf57
commit c85ec052b1
3 changed files with 707 additions and 11 deletions

View file

@ -221,8 +221,8 @@ var Page = (function PageClosure() {
}
var handler = {
on: function () {},
send: function() {}
on: function nullHandlerOn() {},
send: function nullHandlerSend() {}
};
var xref = this.xref;