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:
parent
04551dbf57
commit
c85ec052b1
3 changed files with 707 additions and 11 deletions
|
@ -221,8 +221,8 @@ var Page = (function PageClosure() {
|
|||
}
|
||||
|
||||
var handler = {
|
||||
on: function () {},
|
||||
send: function() {}
|
||||
on: function nullHandlerOn() {},
|
||||
send: function nullHandlerSend() {}
|
||||
};
|
||||
|
||||
var xref = this.xref;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue