Comparing version 1.2.0 to 1.2.1
@@ -59,3 +59,3 @@ 'use strict'; | ||
var url = this.sanitizeUrl([this.routes[this.currentRoute]].concat(params).join('/')); | ||
var url = this.sanitizeUrl([this.routes[this.currentRoute]].concat(params).filter(Boolean).join('/')); | ||
@@ -62,0 +62,0 @@ // strip the extra . |
{ | ||
"name": "rapid.js", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/rapid.js", |
71833