Skip to content

Instantly share code, notes, and snippets.

@ivan-hilckov
Created July 10, 2012 14:00
Show Gist options
  • Select an option

  • Save ivan-hilckov/3083404 to your computer and use it in GitHub Desktop.

Select an option

Save ivan-hilckov/3083404 to your computer and use it in GitHub Desktop.
faq.coffee
class Faq extends Loyut
name: 'faq'
url: 'faq'
el: $('.b-popup_faq')
$ ->
app.loyut.faq = new Faq
app.router.set(app.loyut.faq)
app.menu.top.set(app.loyut.faq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment