Skip to content

Instantly share code, notes, and snippets.

@vojto
Created February 26, 2012 17:10
Show Gist options
  • Select an option

  • Save vojto/1917805 to your computer and use it in GitHub Desktop.

Select an option

Save vojto/1917805 to your computer and use it in GitHub Desktop.
@layout = new Layout(el: @el)
@courses = new Courses (layout: @layout, app: @)
@login = new Login (layout: @layout, app: @)
@account = new Account (layout: @layout, app: @)
@messages = new Messages(layout: @layout, app: @)
@sidebar = new Sidebar (layout: @layout, app: @)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment