Skip to content

Commit

Permalink
reference datahanlders
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed May 3, 2024
1 parent c888f08 commit c1bb7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caracal.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var HANDLERS = {
return dataHandlers.Mark.segmentationCountByExecid;
},
"markPointList": function(){

Check failure on line 109 in caracal.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Missing space before opening brace
return Mark.pointList;
return dataHandlers.Mark.pointList;
},
"findMarkTypes": function() {
return dataHandlers.Mark.findMarkTypes;
Expand Down

0 comments on commit c1bb7f6

Please sign in to comment.