[pypy-svn] r70660 - pypy/build/bot2/jsplot

fijal at codespeak.net fijal at codespeak.net
Sun Jan 17 17:29:53 CET 2010


Author: fijal
Date: Sun Jan 17 17:29:52 2010
New Revision: 70660

Modified:
   pypy/build/bot2/jsplot/plot.html
Log:
fix typo


Modified: pypy/build/bot2/jsplot/plot.html
==============================================================================
--- pypy/build/bot2/jsplot/plot.html	(original)
+++ pypy/build/bot2/jsplot/plot.html	Sun Jan 17 17:29:52 2010
@@ -7,7 +7,7 @@
   <script src="js/plot.js"></script>
   <script>    
     $(document).ready(function() {
-      collect_data(myplot, JSON_DIR_LIST, JSON_DIR_URL, true);
+      collect_data(plot_main, JSON_DIR_LIST, JSON_DIR_URL, true);
     });
   </script>
   <link rel="stylesheet" href="css/main.css" type="text/css"/>



More information about the Pypy-commit mailing list