diff --git a/dist/d3-x3d.js b/dist/d3-x3d.js index 4a1b6184..4edab20b 100644 --- a/dist/d3-x3d.js +++ b/dist/d3-x3d.js @@ -3273,7 +3273,7 @@ * Constructor * * @constructor - * @alias crosshair + * @alias intersectPlanes * @param {d3.selection} selection - The chart holder D3 selection. */ var my = function my(selection) { diff --git a/dist/d3-x3d.zip b/dist/d3-x3d.zip index b2280fa2..5720ce59 100644 Binary files a/dist/d3-x3d.zip and b/dist/d3-x3d.zip differ diff --git a/src/component/intersectPlanes.js b/src/component/intersectPlanes.js index df581cf1..59fef937 100644 --- a/src/component/intersectPlanes.js +++ b/src/component/intersectPlanes.js @@ -22,7 +22,7 @@ export default function() { * Constructor * * @constructor - * @alias crosshair + * @alias intersectPlanes * @param {d3.selection} selection - The chart holder D3 selection. */ const my = function(selection) {