Skip to content

Commit

Permalink
Pull in thorax lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Aug 20, 2012
1 parent 32e3396 commit d3ec0ac
Show file tree
Hide file tree
Showing 25 changed files with 19,360 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/init.js
@@ -0,0 +1,11 @@
Thorax.templatePathPrefix = 'templates/';

var Application = window.Application = module.exports = new Thorax.Application(module.exports);
$(document).ready(function() {
$('body').append(Application.el);

Application.start({
pushState: false,
root: '/'
});
});

0 comments on commit d3ec0ac

Please sign in to comment.