Open
Description
When using Firefox 26, there're two glitches.
1) TypeError: invalid 'in' operand window.history
[Break On This Error]
this.popped = !!('state' in window.history) && !!window.history.state;
After fixing this line to not use in
operand, another glitch occurs.
2) window.history is undefined
Is there any way you can make this work (at least graceful degradation)?
Thanks
Metadata
Metadata
Assignees
Labels
No labels