Remove dead code (#818)
[dygraphs.git] / tests / iframe.html
index 7dbcf6f..922aca9 100644 (file)
@@ -1,12 +1,9 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>demo</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
     <style type="text/css">
       .chart {
@@ -39,7 +36,7 @@
     <iframe id="iframe" width=400 height=520 src="http://en.wikipedia.org/">iframe here</iframe>
 
     <p>Click on various places in the chart, then drag the mouse over the iframe
-    and release it. When you mouse back over the charts, strange things will
+    and release it. When you mouse back over the charts, strange things shouldn't
     happen.</p>
 
     <script type="text/javascript">