mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add spec coverage for command panel serialization and fix bad method call therein
This commit is contained in:
@@ -17,7 +17,7 @@ class CommandPanel extends View
|
||||
@instance = new CommandPanel(rootView)
|
||||
|
||||
@serialize: ->
|
||||
text: @instance.editor.getText()
|
||||
text: @instance.miniEditor.getText()
|
||||
visible: @instance.hasParent()
|
||||
|
||||
@deserialize: (state, rootView) ->
|
||||
|
||||
Reference in New Issue
Block a user