Skip to content

Commit

Permalink
fix(types): add missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Apr 8, 2018
1 parent 89e8698 commit 9e6272b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/custom-route.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class CustomRoute {
route: any;
config: any;
constructor (route = {}, config = {}) {
// setup the default route object
this.route = Object.assign({
Expand Down

0 comments on commit 9e6272b

Please sign in to comment.