Skip to content

Commit

Permalink
custom events polyfill (for IE)
Browse files Browse the repository at this point in the history
  • Loading branch information
gazal-k committed Mar 21, 2016
1 parent 6a44fad commit d24f848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"dependencies": {
"xhr-events": "gazal-k/xhr-events#~0.0.1",
"paper-spinner": "PolymerElements/paper-spinner#~1.1.1",
"paper-toast": "PolymerElements/paper-toast#~1.2.1"
"paper-toast": "PolymerElements/paper-toast#~1.2.1",
"custom-event-polyfill": "krambuhl/custom-event-polyfill#~0.2.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions xhr-handler.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<script src="../custom-event-polyfill/custom-event-polyfill.js"></script>
<script src="../xhr-events/xhr-events.js"></script>
<link rel="import" href="../paper-spinner/paper-spinner.html">
<link rel="import" href="../paper-toast/paper-toast.html">
Expand Down

0 comments on commit d24f848

Please sign in to comment.