Comparing version 2.0.2 to 2.0.3
@@ -112,3 +112,3 @@ 'use strict'; | ||
} | ||
return str.replace(/[#=&]/, function each(part) { | ||
return str.replace(/[#=&]/g, function each(part) { | ||
return escape(part); | ||
@@ -115,0 +115,0 @@ }); |
{ | ||
"name": "hashbind", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Dual Binding Library For window.location.hash", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9362