From c6745b3b89f6417d3c942d389d25d38ae2220691 Mon Sep 17 00:00:00 2001 From: azerothl Date: Tue, 13 Feb 2018 13:54:40 +0100 Subject: [PATCH] More explicit name --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f38c494..8e4ffea 100644 --- a/src/index.js +++ b/src/index.js @@ -130,7 +130,7 @@ const highway = { }, // return the current route - cr () { + currentRoute () { return Backbone.history.getFragment() },