Skip to content

Commit

Permalink
Merge pull request #365 from JabX/develop
Browse files Browse the repository at this point in the history
Fix router typings
  • Loading branch information
Ephrame authored Jun 17, 2016
2 parents 129d7d3 + 048232d commit 03ba61a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focus-core",
"version": "0.16.0-beta3",
"version": "0.16.0-beta4",
"description": "Focus library core part.",
"main": "index.js",
"babel": {
Expand Down
4 changes: 2 additions & 2 deletions src/router/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ declare let Router: {
extend<T>(config: T & RouterConfig): {new(): {}}
};

export = Backbone => typeof Router

declare function createRouter(Backbone: {}): typeof Router;
export = createRouter;

0 comments on commit 03ba61a

Please sign in to comment.