cerebral / addressbar

Makes the addressbar of the browser work just like a normal input
MIT License
84 stars 8 forks source link

`replace: false` in object assignment doesn't work #8

Closed Guria closed 9 years ago

Guria commented 9 years ago

value.replace here become always String.prototype.replace native method. So doReplace is always `true. It must be before above value reassignment.