Skip to content

Instantly share code, notes, and snippets.

@loganj
Created June 2, 2011 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganj/1004528 to your computer and use it in GitHub Desktop.
Save loganj/1004528 to your computer and use it in GitHub Desktop.
window.Funnel = (->
_initialized = false
_urls = {}
_viewModel = {}
_campaignId = ""
_campaignTitle = ""
modelFunnel = (funnel, unthanked) ->
// ...
modelGuidanceStyles = (funnel) ->
//...
subscribeToFunnelEvents = (campaignId) ->
//...
initialize: (campaignId, campaignTitle, funnelDomNode, funnel, unthanked, urlMap) =>
//...
remind: (bucket) ->
//...
thank: (bucket) ->
//...
)() if !window.Funnel?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment