UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
thorax_lumbar
/
src
/
js
/
init.js
10 lines
(7 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
//all templates are assumed to be in the templates directory
Thorax
.
templatePathPrefix
=
'src/templates/'
;
var
app =
window
.
app
=
module
.
exports
; $(
function
(
) { app.
initBackboneLoader
();
Backbone
.
history
.
start
(); });