X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=src%2Fdygraph.js;h=d5036690e8d6a84b0828d4ae6773bf6aa48a29bc;hb=59ee387ba6d5113ceedba2b16b1c0c53ddfa072c;hp=8e6d6e04cb3e0d645a69b3ec6148327664705a41;hpb=f808e16e56550f5260f4cf8c335424925e23e6b5;p=dygraphs.git diff --git a/src/dygraph.js b/src/dygraph.js index 8e6d6e0..d503669 100644 --- a/src/dygraph.js +++ b/src/dygraph.js @@ -3010,6 +3010,7 @@ Dygraph.prototype.parseDataTable_ = function(data) { /** * Signals to plugins that the chart data has updated. * This happens after the data has updated but before the chart has redrawn. + * @private */ Dygraph.prototype.cascadeDataDidUpdateEvent_ = function() { // TODO(danvk): there are some issues checking xAxisRange() and using @@ -3142,6 +3143,7 @@ Dygraph.prototype.updateOptions = function(input_attrs, block_redraw) { /** * Make a copy of input attributes, removing file as a convenience. + * @private */ Dygraph.copyUserAttrs_ = function(attrs) { var my_attrs = {};