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/02/08 12:52:08 UTC

[jira] Closed: (SHINDIG-54) /features/core/legacy.js:_gel() doesn't actually accept elements, strings only

     [ 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.