Skip to content

Instantly share code, notes, and snippets.

@robertwalsh0
Created April 5, 2013 19:10
Show Gist options
  • Save robertwalsh0/5321815 to your computer and use it in GitHub Desktop.
Save robertwalsh0/5321815 to your computer and use it in GitHub Desktop.
Why this.getFooterView?
@ConversationClone.module "FooterApp.Show", (Show, App, Backbone, Marionette, $, _) ->
Show.Controller =
showFooter: ->
footerView = @getFooterView
getFooterView: ->
new Show.Footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment