mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Include orientation when serializing PaneAxisModel
This commit is contained in:
@@ -34,6 +34,7 @@ class PaneAxisModel extends Model
|
||||
|
||||
serializeParams: ->
|
||||
children: @children.map (child) -> child.serialize()
|
||||
orientation: @orientation
|
||||
|
||||
getViewClass: ->
|
||||
if @orientation is 'vertical'
|
||||
|
||||
Reference in New Issue
Block a user