Skip to content

Commit

Permalink
Stable version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsogos committed Oct 24, 2015
1 parent 96dc58f commit 8fb4a55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Hash-Router",
"name": "hash-router",
"homepage": "https://github.com/michaelsogos/Hash-Router",
"author": "Michael Sogos <[email protected]>",
"contributors": [ "Anton Rodin <[email protected]>" ],
Expand Down
2 changes: 1 addition & 1 deletion src/hash-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}

//parse hash parameters
for (i = 0; i < Router.routes.length; i++) {
for (var i = 0; i < Router.routes.length; i++) {
var route = Router.routes[i];
if (route.path.search(/:/) > 0) {//Dynamic parts
var routeSlices = route.path.split("/");
Expand Down
2 changes: 1 addition & 1 deletion src/hash-router.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 src/hash-router.min.js.map

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

0 comments on commit 8fb4a55

Please sign in to comment.