mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Forgot to refresh gitx
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{View} = require 'space-pen'
|
||||
|
||||
module.exports =
|
||||
class Pane
|
||||
@content: (view) ->
|
||||
class Pane extends View
|
||||
@content: (content) ->
|
||||
@div class: 'pane', =>
|
||||
@subview 'view', view
|
||||
@subview 'content', content
|
||||
|
||||
Reference in New Issue
Block a user