You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Adam Winer (JIRA)" <ji...@apache.org> on 2008/07/09 01:50:31 UTC

[jira] Updated: (SHINDIG-433) RestfulContainer.translateIdSpec() typo

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

Adam Winer updated SHINDIG-433:
-------------------------------

    Attachment: shindig-433.patch

> RestfulContainer.translateIdSpec() typo
> ---------------------------------------
>
>                 Key: SHINDIG-433
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-433
>             Project: Shindig
>          Issue Type: Bug
>          Components: OpenSocial  feature (Javascript)
>            Reporter: Adam Winer
>            Priority: Minor
>         Attachments: shindig-433.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> RestfulContainer.prototype.translateIdSpec contains:
>   } else if (opensocial.Container.isArray(idSpec)) {
>     for (var i = 0; i < idSpec.length; i++) {
>       // TODO: We will need multiple urls here....don't want to think about
>       // that yet
>     }
> ... but no idSpec parameter.  The parameter name is newIdSpec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.