mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Correct class method names.
This commit is contained in:
parent
bd440ef564
commit
889b3d3168
4 changed files with 18 additions and 18 deletions
|
@ -39,7 +39,7 @@ var Dict = (function DictClosure() {
|
|||
// Map should only be used internally, use functions below to access.
|
||||
var map = Object.create(null);
|
||||
|
||||
this.assignXref = function Dict_assingXref(newXref) {
|
||||
this.assignXref = function Dict_assignXref(newXref) {
|
||||
xref = newXref;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue