Import from Dropbox broken

Issue #53 resolved
Oliver Salzburg created an issue

this.timer.scheduleEvent(dojo.hitch(game, this._loadSaveJson));

should probably be

game.timer.scheduleEvent(dojo.hitch(game, this._loadSaveJson));

But when I manually execute the latter line, I get follow-up errors in updateScheduledEvents

Comments (2)

  1. Log in to comment