You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm using Semantic UI and one of the function callbacks requires three parameters and in this particular usage I am only interested in the third parameter.
In this instance I am only interested in $choice
I can change value to ignore and JSLint will ignore this, but changing text to ignore1 or some derivation of that does not.
I am using Visual Studio 2015 if that helps.
How should I properly suppress this warning?
The text was updated successfully, but these errors were encountered:
Hi there, I'm using Semantic UI and one of the function callbacks requires three parameters and in this particular usage I am only interested in the third parameter.
In this instance I am only interested in
$choice
I can change
value
toignore
and JSLint will ignore this, but changingtext
toignore1
or some derivation of that does not.I am using Visual Studio 2015 if that helps.
How should I properly suppress this warning?
The text was updated successfully, but these errors were encountered: