This is consistent with the actual legacy behavior; it's the documentation that's wrong.
On Feb 7, 2008 8:46 AM, Artemy Tregubenko (JIRA) <[EMAIL PROTECTED]> wrote: > /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. > >

