Commit bdee8837 authored by Ryan Eastridge's avatar Ryan Eastridge

fix state preserve bug

parent 0e2547b5
var ENTER_KEY = 13; var ENTER_KEY = 13;
$(function() { $(function() {
Backbone.history.start();
// Kick things off by creating the **App**. // Kick things off by creating the **App**.
var view = new Thorax.Views['app'](); var view = new Thorax.Views['app']();
$('body').append(view.el); $('body').append(view.el);
Backbone.history.start();
}); });
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