浏览代码

remove(ie11 todo)

Ryan Chandler 4 年之前
父节点
当前提交
b0322cae4f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/bus.js

+ 0 - 2
src/bus.js

@@ -34,8 +34,6 @@ 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}`, {
         window.dispatchEvent(new CustomEvent(`spruce:${name}`, {
             detail: data,
             detail: data,
             bubbles: true
             bubbles: true