Catch NS_ERROR_FAILURE error in Firefox

pull/343/merge
Thibaut Courouble 9 years ago
parent afcdcac5f2
commit 7781791964

@ -90,7 +90,7 @@ class Context
return
replaceState: ->
history.replaceState @state, '', @path
try history.replaceState @state, '', @path # NS_ERROR_FAILURE in Firefox
return
class Route

Loading…
Cancel
Save