Merge pull request #674 from danvk/module
[dygraphs.git] / tests / iframe.html
index 5698c6b..d3189f9 100644 (file)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <title>demo</title>
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
     <style type="text/css">
       .chart {
@@ -35,7 +35,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">