Skip to content

Commit e4819d2

Browse files
Fix JavaScript object property syntax in ssvc-explorer/simple.js (#1058)
Silly fix!
2 parents f50d163 + a4c01bf commit e4819d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ssvc-explorer/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2627,7 +2627,7 @@ function fun_execute(w) {
26272627
return {
26282628
ssvc_launch: ssvc_launch,
26292629
decision_trees: decision_trees,
2630-
decision_points, decision_points,
2630+
decision_points: decision_points,
26312631
form: form,
26322632
loadSSVC: loadSSVC,
26332633
readFile: readFile,

0 commit comments

Comments
 (0)