mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fixes Dict_assignXref type
This commit is contained in:
parent
ab2cf877e8
commit
9c76ed0a35
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ var Dict = (function DictClosure() {
|
|||
}
|
||||
|
||||
Dict.prototype = {
|
||||
assignXref: function Dict_assingXref(newXref) {
|
||||
assignXref: function Dict_assignXref(newXref) {
|
||||
this.xref = newXref;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue