You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2008/03/12 10:10:46 UTC

[jira] Closed: (SHINDIG-83) gadgets.util.hasFeature is currently not implemented.

     [ https://issues.apache.org/jira/browse/SHINDIG-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown closed SHINDIG-83.
------------------------------

    Resolution: Fixed

Original issue fixed -- possibly open up a new issue if we deem the other issue important enough to implement.

> gadgets.util.hasFeature is currently not implemented.
> -----------------------------------------------------
>
>                 Key: SHINDIG-83
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-83
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features, Gadgets Server - Java
>            Reporter: Artemy Tregubenko
>            Assignee: Kevin Brown
>         Attachments: patch
>
>
> 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.