Skip to content

Commit

Permalink
fix state preserve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Eastridge committed Sep 23, 2012
1 parent 0e2547b commit bdee883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/architecture-examples/thorax/js/app.js
@@ -1,8 +1,8 @@
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);
Backbone.history.start();
});

0 comments on commit bdee883

Please sign in to comment.