Browse Source

Fixes Dict_assignXref type

Yury Delendik 12 years ago
parent
commit
9c76ed0a35
  1. 2
      src/obj.js

2
src/obj.js

@ -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…
Cancel
Save