diff --git a/src/util.js b/src/util.js index e2031491..fabeaa25 100644 --- a/src/util.js +++ b/src/util.js @@ -1,4 +1,3 @@ - const EMPTY = {}; export function assign(obj, props) { @@ -26,11 +25,18 @@ export function exec(url, route, opts=EMPTY) { let max = Math.max(url.length, route.length); for (let i=0; i