http: minor params.

This commit is contained in:
Christopher Jeffrey 2017-01-13 18:50:52 -08:00
parent 699e71d84a
commit e51062d249
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -527,7 +527,7 @@ Route.prototype.match = function match(pathname) {
if (key)
params[key] = item;
params[i] = item;
params[i - 1] = item;
}
return params;