Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
kapua
/
dcea40c8236e32fba7ea8a9d6444189e452b59cd
/
.
/
docs
/
api
/
plugins
/
disableTryItOutPlugin.js
blob: 5b226013ff86b83310e5a4edfe73d84ea4b4a2c4 [
file
]
const
DisableTryItOutPlugin
=
function
()
{
return
{
statePlugins
:
{
spec
:
{
wrapSelectors
:
{
allowTryItOutFor
:
()
=>
()
=>
false
}
}
}
}
}