UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
chaplin-brunch
/
app
/
initialize.coffee
9 lines
(7 loc)
•
257 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
Application =
require
'application'
routes =
require
'routes'
# Initialize the application on DOM ready event.
document.addEventListener
'DOMContentLoaded'
, ->
new
Application
controllerSuffix:
'-controller'
, pushState:
false
, routes: routes ,
false