Removed a TODO.

This commit is contained in:
Scott Erickson 2014-10-28 14:23:39 -07:00
parent e6c0d53d50
commit dcb7aaf9a4

View file

@ -406,7 +406,6 @@ module.exports = class ThangTypeEditView extends RootView
pushChangesToPreview: =>
return if @temporarilyIgnoringChanges
# TODO: This doesn't delete old Treema keys you deleted
for key of @thangType.attributes
continue if key is 'components'
@thangType.set(key, @treema.data[key])