mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Added a line for coding convention
This commit is contained in:
parent
845d4cecef
commit
70f3ca8f8e
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ module.exports = class AdminView extends View
|
|||
espionageSuccess: (model) ->
|
||||
storage.save('whoami',model)
|
||||
window.location.reload()
|
||||
|
||||
espionageFailure: (jqxhr, status,error)->
|
||||
console.log "There was an error entering espionage mode: #{error}"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue