Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #27 from sundowndev/develop
Browse files Browse the repository at this point in the history
Fix: bad route match
  • Loading branch information
sundowndev committed May 14, 2019
2 parents da268f2 + 331dfda commit 00f97a8
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 76 deletions.
32 changes: 13 additions & 19 deletions dist/leafeon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/leafeon.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/leafeon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/leafeon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ declare class RouterRequest {
*/
exception: (message: string) => never;
/**
* @function setURI
* @function windowListener
* @param route string
*/
windowListener: (callback: Function) => void;
Expand Down
32 changes: 13 additions & 19 deletions lib/leafeon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00f97a8

Please sign in to comment.