Commit 134825f0 authored by Ryan Eastridge's avatar Ryan Eastridge

add Backbone.history.start()

parent 466307fa
......@@ -2,7 +2,7 @@ var app = app || {};
var ENTER_KEY = 13;
$(function() {
Backbone.history.start();
// Kick things off by creating the **App**.
var view = new Thorax.Views['app']();
$('body').append(view.el);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment