Browse Source

review(todo comment for ie11 support)

Ryan Chandler 5 years ago
parent
commit
1e89445584
4 changed files with 1 additions and 0 deletions
  1. 0 0
      dist/spruce.js.map
  2. 0 0
      dist/spruce.module.js.map
  3. 0 0
      dist/spruce.umd.js.map
  4. 1 0
      src/bus.js

File diff suppressed because it is too large
+ 0 - 0
dist/spruce.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/spruce.module.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/spruce.umd.js.map


+ 1 - 0
src/bus.js

@@ -16,6 +16,7 @@ export default {
             })
         }
 
+        // TODO: deal with this for IE11 :(
         window.dispatchEvent(new CustomEvent(`spruce:${name}`, {
             detail: data,
             bubbles: true

Some files were not shown because too many files changed in this diff