mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Removed an unnecessary fat arrow.
This commit is contained in:
parent
c376ba6841
commit
46d1d10abe
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = class ThangTypeEditView extends View
|
|||
@thangType.once 'sync', @onThangTypeSync, @
|
||||
@refreshAnimation = _.debounce @refreshAnimation, 500
|
||||
|
||||
onThangTypeSync: =>
|
||||
onThangTypeSync: ->
|
||||
return unless @thangType.loaded and ThangType.hasSchema()
|
||||
@startsLoading = false
|
||||
@files = new DocumentFiles(@thangType)
|
||||
|
|
Loading…
Reference in a new issue