mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
💄
This commit is contained in:
@@ -36,7 +36,6 @@ class Pane extends View
|
||||
@state = args[0]
|
||||
_.compact @state.get('items').each (item) =>
|
||||
@addItem(item, @items.length) if item = atom.deserializers.deserialize(item)
|
||||
|
||||
else
|
||||
items = args
|
||||
@state = atom.site.createDocument
|
||||
|
||||
Reference in New Issue
Block a user