From 5ab6387715ede38379e4768e2af0f0ae1d6a3044 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 3 Jan 2013 15:27:27 -0500 Subject: [PATCH] Comments froim review 193. --- auto_tests/tests/axis_labels.js | 2 +- dygraph-options.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_tests/tests/axis_labels.js b/auto_tests/tests/axis_labels.js index fabe1d2..6d861e1 100644 --- a/auto_tests/tests/axis_labels.js +++ b/auto_tests/tests/axis_labels.js @@ -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); diff --git a/dygraph-options.js b/dygraph-options.js index 81f7667..dc779b1 100644 --- a/dygraph-options.js +++ b/dygraph-options.js @@ -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; -- 2.7.4