This commit is contained in:
Thomas FORGIONE
2015-07-09 17:48:46 +02:00
parent 007da125ae
commit 18e7285a7f
6 changed files with 9 additions and 9 deletions

View File

@@ -296,7 +296,7 @@ Info.prototype.loadPointerLocked = function() {
self.tryMerge();
}
);
}
};
Info.prototype.loadSwitchedLockOption = function() {
var self = this;
@@ -322,7 +322,7 @@ Info.prototype.loadSwitchedLockOption = function() {
self.tryMerge();
}
);
}
};
var UserCreator = function(finishAction) {
this.finishAction = finishAction;