mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🎨
This commit is contained in:
@@ -44,8 +44,7 @@ class TiledComponent
|
||||
@componentsByTileId[tileRow]
|
||||
|
||||
getComponents: ->
|
||||
for _, component of @componentsByTileId
|
||||
component
|
||||
Object.values(@componentsByTileId)
|
||||
|
||||
getTiles: ->
|
||||
@getComponents().map((component) -> component.getDomNode())
|
||||
|
||||
Reference in New Issue
Block a user