Add unit test to detect the "unwanted draw point"
[dygraphs.git] / gallery / index.html
index e1b32c1..c953deb 100644 (file)
@@ -1,13 +1,11 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
     <title>Dygraphs Gallery</title>
-    <!--[if IE]>
-    <script type="text/javascript" src="../excanvas.js"></script>
-    <![endif]-->
 
-    <script src="../dygraph-dev.js"></script>
+    <script src="../dist/dygraph.js"></script>
+    <script src="../src/extras/synchronizer.js"></script>
+
     <script src="lib/jquery-1.4.2.js"></script>
     <script src="../common/textarea.js"></script>
     <script src="gallery.js"></script>
@@ -34,6 +32,7 @@
     <script src="temperature-sf-ny.js"></script>
     <script src="interaction.js"></script>
     <script src="linear-regression.js"></script>
+    <script src="edge-padding.js"></script>
 
     <!-- These might not remain in the gallery
     <script src="dygraph-simple.js"></script>