Skip to content

Instantly share code, notes, and snippets.

View tremayne-stewart's full-sized avatar

Tremayne tremayne-stewart

View GitHub Profile
CConnect.Layout.App = RC({
pages:[]
componentWillMount:->
#@pages.push CConnect.Layout.Chat({})
#@pages.push CConnect.Layout.ZoneWall({})
@pages.push `<CConnect.Layout.DynamicPane id="left" />`
@pages.push CConnect.Layout.DynamicPane({id:"center",layout:"Menu"})
@pages.push CConnect.Layout.DynamicPane({id:"right"})
render:->