Skip to content

Commit

Permalink
Update PI Vision Extensibility Guide.md (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbardini authored Dec 20, 2022
1 parent 18ec14b commit 5cca5b8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,9 @@ configOptions: function (context, clickedElement) {
var options = [{
title: 'Configure My Symbol',
mode: 'configureMySymbol'
}, {
'separator'
}, {
},
'separator',
{
title: 'Hide',
action: function (context) {
context.def.configure.hide(context.symbol);
Expand Down

0 comments on commit 5cca5b8

Please sign in to comment.