mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Removed a TODO.
This commit is contained in:
parent
e6c0d53d50
commit
dcb7aaf9a4
1 changed files with 0 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue