Minor tweaks/fixes while trying to sort out qunit test failures related to webhook changes.

This commit is contained in:
Dannon Baker
2018-02-01 12:18:02 -05:00
parent 3b7daece04
commit 22b0b2f2e9
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -61,11 +61,12 @@ var View = Backbone.View.extend({
this.render();
// start the router
this.router &&
if (this.router) {
Backbone.history.start({
root: Galaxy.root,
pushState: true
});
}
},
render: function() {
@@ -1,8 +1,7 @@
/* global define */
/* global QUnit */
import testApp from "qunit/test-app";
import Page from "layout/page";
import Panel from "layout/panel";
QUnit.module("Page test", {
beforeEach: function() {