Fixes Dict_assignXref type
This commit is contained in:
parent
ab2cf877e8
commit
9c76ed0a35
@ -65,7 +65,7 @@ var Dict = (function DictClosure() {
|
||||
}
|
||||
|
||||
Dict.prototype = {
|
||||
assignXref: function Dict_assingXref(newXref) {
|
||||
assignXref: function Dict_assignXref(newXref) {
|
||||
this.xref = newXref;
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user