Skip to content

Commit

Permalink
Bug 1188933 - Missing es5-dom-shim causes CustomEvent polyfill to fai…
Browse files Browse the repository at this point in the history
…l in IE
  • Loading branch information
jwforres committed Feb 4, 2015
1 parent 4371832 commit f20cbef
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 8 deletions.
1 change: 1 addition & 0 deletions assets/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<!-- endbuild -->

<!-- build:js(.) scripts/vendor.js -->
<script src="bower_components/es5-dom-shim/__COMPILE/a.js"></script>
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions assets/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"uri.js": "1.14.1",
"moment": "2.8.4",
"patternfly": "1.1.2",
"hawtio-core": "2.0.8",
"hawtio-core-navigation": "2.0.15",
"hawtio-core": "2.0.9",
"hawtio-core-navigation": "2.0.20",
"hawtio-extension-service": "2.0.0",
"lodash": "2.4.1",
"jquery": "2.1.3",
Expand Down
Loading

0 comments on commit f20cbef

Please sign in to comment.