Skip to content

Instantly share code, notes, and snippets.

@mikeknoop
Created March 18, 2013 06:56
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 mikeknoop/5185478 to your computer and use it in GitHub Desktop.
Save mikeknoop/5185478 to your computer and use it in GitHub Desktop.
define([
'jquery',
'use!underscore',
'use!backbone',
'mustache',
'text!template/header.html',
'text!template/loggedInLinks.html',
'text!template/loggedInTempLinks.html',
'text!template/loggedOutLinks.html',
'views/home/__init__',
'views/modal/__init__',
'views/modal/login',
'views/modal/loggedIn',
'views/modal/signup',
'views/spinner',
],
($, _, Backbone, MustacheWrapper, HeaderTemplate, LoggedInLinksTemplate, LoggedInTempLinksTemplate, LoggedOutLinksTemplate, HomeView, ModalView, LoginModalView, LoggedInModalView, SignupModalView, SpinnerView) ->
return # everything has to be indented one line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment