Fixes Dict_assignXref type

This commit is contained in:
Yury Delendik 2013-04-03 16:42:23 -05:00
parent ab2cf877e8
commit 9c76ed0a35

View File

@ -65,7 +65,7 @@ var Dict = (function DictClosure() {
}
Dict.prototype = {
assignXref: function Dict_assingXref(newXref) {
assignXref: function Dict_assignXref(newXref) {
this.xref = newXref;
},