revert change to demo.html from 1.1.1
[dygraphs.git] / tests / exported-symbols.html
index 8b9e32d..ec38f94 100644 (file)
@@ -1,11 +1,8 @@
 <!doctype html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Exported Symbols test</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
   </head>
   <body>
     <p>dygraphs exports these symbols into the global namespace:</p>
         windowProps[k] = true;
       }
     </script>
-    <!--
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
-    -->
-    <script type="text/javascript" src="../dygraph-combined.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
     <script type="text/javascript">
       for (k in window) {
         if (!windowProps.hasOwnProperty(k)) {