grande.js
grande.js copied to clipboard
Deleting <hr>s doesn't work cross-browser
Stated in https://github.com/mduvall/grande.js/issues/20.
Chrome gracefully handles deleting the previousSibling
, Firefox/IE do not however, will need to hook in
preprocessKeyDown
to ensure the right deletion happens.