Skip to content

Commit 8803b7f

Browse files
committed
Add DOCTYPE for IE9.
This is required to ensure IE9 runs in "standards mode". Fixes jasondavies#7.
1 parent 1cecce8 commit 8803b7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simple.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
13
<script src="../lib/d3/d3.js"></script>
24
<script src="../d3.layout.cloud.js"></script>
35
<body>

0 commit comments

Comments
 (0)