@@ -17,6 +17,7 @@ export default {
}
// TODO: deal with this for IE11 :(
+ // https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Browser_compatibility#Polyfill
window.dispatchEvent(new CustomEvent(`spruce:${name}`, {
detail: data,
bubbles: true