Correct class method names.

This commit is contained in:
Kalervo Kujala 2012-05-01 20:48:07 +03:00
parent bd440ef564
commit 889b3d3168
4 changed files with 18 additions and 18 deletions

View file

@ -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;
};