debug -> options-reference
[dygraphs.git] / generate-documentation.py
index f0b7387..056de06 100755 (executable)
@@ -12,7 +12,7 @@ debug_tests = []  # [ 'tests/zoom.html' ]
 # Pull options reference JSON out of dygraph.js
 js = ''
 in_json = False
-for line in file('dygraph.js'):
+for line in file('dygraph-options-reference.js'):
   if '<JSON>' in line:
     in_json = True
   elif '</JSON>' in line: