Skip to content

Commit

Permalink
fix(router): accidentally removed a import super call in the routers …
Browse files Browse the repository at this point in the history
…didTransition. fixes #266
  • Loading branch information
webark committed Jan 30, 2018
1 parent dd54be9 commit 446a368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/initializers/route-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import podNames from 'ember-component-css/pod-names';

Router.reopen({
didTransition(routes) {
this._super(...arguments);

const classes = [];
for (let i = 0; i < routes.length; i++) {
let route = routes[i];
Expand Down

0 comments on commit 446a368

Please sign in to comment.