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 = {
|
Dict.prototype = {
|
||||||
assignXref: function Dict_assingXref(newXref) {
|
assignXref: function Dict_assignXref(newXref) {
|
||||||
this.xref = newXref;
|
this.xref = newXref;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue