From 295209b9758a3425e49e360f2603c29136900546 Mon Sep 17 00:00:00 2001 From: impinball Date: Tue, 15 Dec 2015 16:57:28 -0500 Subject: [PATCH] Remove stray semicolon --- mithril.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril.js b/mithril.js index 1c432e1a..dd3ecf5b 100644 --- a/mithril.js +++ b/mithril.js @@ -1695,7 +1695,7 @@ void (function (global, factory) { // eslint-disable-line } // clear pendingRequests because we want an immediate route change - pendingRequests = 0; + pendingRequests = 0 m.route(currentTarget[m.route.mode].slice(modes[m.route.mode].length), args)