mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use a class instead of id for horizontal element
This commit is contained in:
@@ -55,7 +55,7 @@ class WorkspaceView extends View
|
||||
# Private:
|
||||
@content: (state) ->
|
||||
@div id: 'workspace', tabindex: -1, =>
|
||||
@div id: 'horizontal', outlet: 'horizontal', =>
|
||||
@div outlet: 'horizontal', =>
|
||||
@div id: 'vertical', outlet: 'vertical', =>
|
||||
@div outlet: 'panes'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user