Skip to content

Commit

Permalink
Correct intersect docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Nov 19, 2023
1 parent 5b8a6ae commit 87ea188
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/d3-x3d.js
Expand Up @@ -3273,7 +3273,7 @@
* Constructor
*
* @constructor
* @alias crosshair
* @alias intersectPlanes
* @param {d3.selection} selection - The chart holder D3 selection.
*/
var my = function my(selection) {
Expand Down
Binary file modified dist/d3-x3d.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/component/intersectPlanes.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 87ea188

Please sign in to comment.