- commit
- b43c6707709f3c029a0256b458b4fbc842c8a036
- parent
- c47852147660d5750514cfab12d15ee3d0c51fe5
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-08-22 17:59
use html5shiv
Diffstat
| M | bower.json | 3 | ++- |
| M | test/index.html | 2 | ++ |
2 files changed, 4 insertions, 1 deletions
diff --git a/bower.json b/bower.json
@@ -25,6 +25,7 @@ 25 25 "blanket": "~1.1.7", 26 26 "expect.js": "~0.3.1", 27 27 "mocha": "~2.2.5",28 -1 "sinon-js": "~1.15.4"-1 28 "sinon-js": "~1.15.4", -1 29 "html5shiv": "~3.7.3" 29 30 } 30 31 }
diff --git a/test/index.html b/test/index.html
@@ -9,6 +9,8 @@ 9 9 <!--[if IE 8]> 10 10 <script src="../lib/ie8/build/ie8.js"></script> 11 11 <script src="../lib/es5-shim/es5-shim.js"></script> -1 12 <script src="../lib/html5shiv/dist/html5shiv.js"></script> -1 13 <script>html5.addElements('muu');</script> 12 14 <![endif]--> 13 15 <!--[if lte IE 9]> 14 16 <script src="../lib/dom4/build/dom4.js"></script>