Remove unused variables

This commit is contained in:
Indrek Ardel
2016-09-26 20:52:13 +03:00
parent efae2e08c3
commit 55f3311c01
65 changed files with 33 additions and 126 deletions

View File

@@ -18,7 +18,7 @@ class GutterContainerComponent
@domNode.style.display = 'flex'
destroy: ->
for {name, component} in @gutterComponents
for {component} in @gutterComponents
component.destroy?()
return