Removed an unnecessary fat arrow.

This commit is contained in:
Scott Erickson 2014-01-30 16:20:58 -08:00
parent c376ba6841
commit 46d1d10abe

View file

@ -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)