Download this file
10 lines (8 with data), 297 Bytes
| function isFeatureEnabled(feature) {
// -- create the result object
result = false;
// -- check with the featureManager if the given function is enabled
result = application.featureManager.isFeatureEnabled(feature);
// -- return the result object
return result;
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.