From: Robert Konigsberg Date: Thu, 3 Jan 2013 20:27:27 +0000 (-0500) Subject: Comments froim review 193. X-Git-Tag: v1.0.0~132^2~2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=5ab6387715ede38379e4768e2af0f0ae1d6a3044;p=dygraphs.git Comments froim review 193. --- 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;