Remove stray semicolon

This commit is contained in:
impinball 2015-12-15 16:57:28 -05:00
parent 072be75f48
commit 295209b975

View file

@ -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)