mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove trailing semicolon
This commit is contained in:
committed by
Antonio Scandurra
parent
fd29f96af9
commit
4b68e2f411
@@ -1127,7 +1127,7 @@ describe "Pane", ->
|
||||
|
||||
it "restores the correct item when it doesn't implement getURI() and some items weren't deserialized", ->
|
||||
unserializable = {}
|
||||
pane.addItem(unserializable, 0);
|
||||
pane.addItem(unserializable, 0)
|
||||
pane.items[2].getURI = null
|
||||
pane.activateItemAtIndex(2)
|
||||
newPane = Pane.deserialize(pane.serialize(), atom)
|
||||
|
||||
Reference in New Issue
Block a user