gadgets.util.hasFeature is currently inversed
---------------------------------------------
Key: SHINDIG-83
URL: https://issues.apache.org/jira/browse/SHINDIG-83
Project: Shindig
Issue Type: Bug
Components: Features
Reporter: Artemy Tregubenko
Assignee: Kevin Brown
At the moment hasFeature reports true for every unknown feature because of typo
(?):
hasFeature : function (feature) {
return typeof features[feature] === "undefined";
},
Well, actually it does for any feature name, as `features` here should be
initialized via gadgets.util.init(features), which is never called, because
gadgets.config.init is called instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.