all tests pass in IE8!
[dygraphs.git] / tests / native-format.html
index 16bd9f1..6f96be4 100644 (file)
     <div id="graphdiv2"></div>
     <script type="text/javascript">
       g2 = new Dygraph(document.getElementById("graphdiv2"),
-                       [ 
+                       [
                          [1,10,100],
                          [2,20,80],
                          [3,50,60],
-                         [4,70,80],
+                         [4,70,80]
                        ],
                        {
                          labels: [ "x", "A", "B" ]