Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
moellep committed Oct 18, 2024
1 parent e201175 commit bc8ea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sirepo/package_data/static/js/sirepo-plotting-vtk.js
Original file line number Diff line number Diff line change
Expand Up @@ -3011,7 +3011,7 @@ SIREPO.app.directive('vtkAxes', function(geometry, layoutService, plotting) {
);
const axes = Object.fromEntries(
$scope.dimensions.map(d => [d, layoutService.plotAxis({}, d, 'bottom', refresh)]),
)
);
let axisCfg, d3self;

function axisSelector(dim, suffix) {
Expand Down

0 comments on commit bc8ea3e

Please sign in to comment.