Skip to content

Commit 0d07868

Browse files
committed
🐛 missed a method rename
1 parent 104653f commit 0d07868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ app.extend({
239239
if (!connection_id) {
240240
// Not serving a part of the app which uses the client,
241241
// so we can just start everything up now.
242-
state.start();
242+
state.startRouter();
243243
return;
244244
}
245245

0 commit comments

Comments
 (0)