Created
July 10, 2012 14:00
-
-
Save ivan-hilckov/3083404 to your computer and use it in GitHub Desktop.
faq.coffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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