Skip to content

Commit

Permalink
g/c unused src/dygraph-plugin-install.js
Browse files Browse the repository at this point in the history
it was redundant with src/dygraph.js l.3497ff. already;
move comment from former to latter and nuke former and
all remaining references, i.e. jsdoc list of src files
  • Loading branch information
mirabilos committed Jan 11, 2025
1 parent e4af7a6 commit 4db4d29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
1 change: 0 additions & 1 deletion scripts/generate-jsdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ srcfiles+=\ src/dygraph-internal.externs.js
srcfiles+=\ src/dygraph-layout.js
srcfiles+=\ src/dygraph-options-reference.js
srcfiles+=\ src/dygraph-options.js
srcfiles+=\ src/dygraph-plugin-install.js
srcfiles+=\ src/dygraph-tickers.js
srcfiles+=\ src/dygraph-types.js
#srcfiles+=\ src/dygraph-utils.js
Expand Down
19 changes: 0 additions & 19 deletions src/dygraph-plugin-install.js

This file was deleted.

5 changes: 5 additions & 0 deletions src/dygraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -3495,6 +3495,11 @@ Dygraph.prototype.removeTrackedEvents_ = function() {
};

// Installed plugins, in order of precedence (most-general to most-specific).
// This means that, in an event cascade, plugins which have registered
// for that event will be called in reverse order.
//
// This is most relevant for plugins which register a layout event,
// e.g. Axes, Legend and ChartLabels.
Dygraph.PLUGINS = [
LegendPlugin,
AxesPlugin,
Expand Down

0 comments on commit 4db4d29

Please sign in to comment.