Comments froim review 193.
authorRobert Konigsberg <konigsberg@google.com>
Thu, 3 Jan 2013 20:27:27 +0000 (15:27 -0500)
committerRobert Konigsberg <konigsberg@google.com>
Thu, 3 Jan 2013 20:27:27 +0000 (15:27 -0500)
auto_tests/tests/axis_labels.js
dygraph-options.js

index fabe1d2..6d861e1 100644 (file)
@@ -626,7 +626,7 @@ AxisLabelsTestCase.prototype.testAxisLabelFontSizeNull = function() {
 
   var assertFontSize = function(selector, expected) {
     Util.assertStyleOfChildren(selector, "font-size", expected);
-  }
+  };
 
   // Be sure we're dealing with a 14-point default.
   assertEquals(14, Dygraph.DEFAULT_ATTRS.axisLabelFontSize);
index 81f7667..dc779b1 100644 (file)
@@ -226,7 +226,7 @@ DygraphOptions.prototype.getGlobalDefault_ = function(name) {
  *
  * @param {String} name the name of the option.
  * @param {String|number} axis the axis to search. Can be the string representation
- * ("x", "y", "y2") or the y-axis number (0, 1). (x-axis can't be specified by number.')
+ * ("x", "y", "y2") or the y-axis number (0, 1). (x-axis can't be specified by number.)
  */
 DygraphOptions.prototype.getForAxis = function(name, axis) {
   var axisIdx;