Skip to content

Commit

Permalink
Fix object is not initializable
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jan 22, 2018
1 parent 6ae3cd3 commit b4832df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ define(function(require) {
var App = require('./app');

$(function() {
var app = new App();
app.initialise();
App.initialise();
});
});

0 comments on commit b4832df

Please sign in to comment.