devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

Fixed #87 parse URL regex now works with Chrome apps scheme. #88

Closed jarrodek closed 8 years ago

devote commented 8 years ago

Hi, Scheme may also contain digits.

jarrodek commented 8 years ago

I've updated regex so it will allow digits in schema.

devote commented 8 years ago

Good job, Thanks!