mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -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, @
|
@thangType.once 'sync', @onThangTypeSync, @
|
||||||
@refreshAnimation = _.debounce @refreshAnimation, 500
|
@refreshAnimation = _.debounce @refreshAnimation, 500
|
||||||
|
|
||||||
onThangTypeSync: =>
|
onThangTypeSync: ->
|
||||||
return unless @thangType.loaded and ThangType.hasSchema()
|
return unless @thangType.loaded and ThangType.hasSchema()
|
||||||
@startsLoading = false
|
@startsLoading = false
|
||||||
@files = new DocumentFiles(@thangType)
|
@files = new DocumentFiles(@thangType)
|
||||||
|
|
Loading…
Reference in a new issue