[
https://issues.apache.org/jira/browse/SHINDIG-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Brown closed SHINDIG-54.
------------------------------
Resolution: Won't Fix
This is a documentation error; _gel is intended to replicate the behavior of
iGoogle, which only accepts strings.
> /features/core/legacy.js:_gel() doesn't actually accept elements, strings
> only
> -------------------------------------------------------------------------------
>
> Key: SHINDIG-54
> URL: https://issues.apache.org/jira/browse/SHINDIG-54
> Project: Shindig
> Issue Type: Bug
> Components: Features
> Reporter: Artemy Tregubenko
> Assignee: Kevin Brown
> Priority: Minor
>
> JsDoc of _gel function says it accepts objects. However it's implemented as
> return document.getElementById ? document.getElementById(el) : null;
> so it returns nulls for element parameter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.