Skip to content

Commit

Permalink
Add DOCTYPE for IE9.
Browse files Browse the repository at this point in the history
This is required to ensure IE9 runs in "standards mode".

Fixes #7.
  • Loading branch information
jasondavies committed Dec 20, 2012
1 parent 1cecce8 commit 8803b7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/simple.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<script src="../lib/d3/d3.js"></script>
<script src="../d3.layout.cloud.js"></script>
<body>
Expand Down

0 comments on commit 8803b7f

Please sign in to comment.