http: minor params.
This commit is contained in:
parent
699e71d84a
commit
e51062d249
@ -527,7 +527,7 @@ Route.prototype.match = function match(pathname) {
|
||||
if (key)
|
||||
params[key] = item;
|
||||
|
||||
params[i] = item;
|
||||
params[i - 1] = item;
|
||||
}
|
||||
|
||||
return params;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user