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;