Skip to content

Commit

Permalink
use d3.ie8.js in IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Jan 30, 2015
1 parent 9f5fffe commit a7456ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/d3.html
Expand Up @@ -4,9 +4,11 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script src="../aight.js"></script>
<!-- <script>aight.browser.ie8 = true;</script> -->
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="../aight.d3.js"></script>
<!--[if IE 8]><script src="../d3.ie8.js"></script><![endif]-->
<!--[if lt IE 8]><script>
alert("Sorry, aight doesn't work with IE7 or earlier!");
</script><![endif]-->
<style type="text/css">

body {
Expand Down

0 comments on commit a7456ab

Please sign in to comment.