git.fiddlerwoaroof.com
Browse code

removing TODO item

Max Summe authored on 20/06/2017 20:23:43
Showing 1 changed files
... ...
@@ -320,7 +320,7 @@ function createActionDispatcher(routesConfig, window) {
320 320
       let matcher = matchAction(action, compiledActionMatchers);
321 321
       if(matcher) {
322 322
         let path = constructPath(matcher);
323
-        // TODO: Solves double action, need to figure out test
323
+
324 324
         this.currentLocation = path;
325 325
         window.history.pushState({}, '', path);
326 326
       }