More correctly-compiling files, plus some more info in closure-todo.txt
[dygraphs.git] / dygraph-options.js
index cc8c770..4864de9 100644 (file)
  */
 
 /**
- * @constructor
- *
  * This parses attributes into an object that can be easily queried.
  *
  * @param {Dyraph} dygraph The chart to which these options belong.
+ * @constructor
  */
 var DygraphOptions = function(dygraph) {
   this.dygraph_ = dygraph;