Reponses to code review for https://github.com/danvk/dygraphs/pull/237
[dygraphs.git] / closure-todo.txt
index bd42895..5c61495 100644 (file)
@@ -30,9 +30,6 @@ Plugins:
 - plugins/grid.js
 - plugins/legend.js
 
-Others:
-x rgbcolor/rgbcolor.js
-
 Here's a command that can be used to build dygraphs using the closure
 compiler:
 java -jar ../../closure-compiler-read-only/build/compiler.jar --js=dygraph-utils.js --js=dashed-canvas.js --js=dygraph-options-reference.js --js=dygraph-tickers.js --js=dygraph-gviz.js --js=dygraph-options.js --js_output_file=/tmp/out.js --compilation_level ADVANCED_OPTIMIZATIONS --warning_level VERBOSE --externs dygraph-externs.js