You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2009/06/06 01:38:07 UTC

[jira] Resolved: (SHINDIG-423) hardcoded fields in shindig container.js

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

Paul Lindner resolved SHINDIG-423.
----------------------------------

       Resolution: Fixed
    Fix Version/s: trunk

in trunk..


> hardcoded fields in shindig container.js
> ----------------------------------------
>
>                 Key: SHINDIG-423
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-423
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>            Reporter: Henning Schmiedehausen
>             Fix For: trunk
>
>         Attachments: fix-423-bug.patch
>
>
> opensocial-reference/container.js contains
> opensocial.Container.escape = function(value, opt_params, opt_escapeObjects) {
>   if (opt_params && opt_params['escapeType'] == 'none') {
> [...]
> that should probably be 
> opensocial.Container.escape = function(value, opt_params, opt_escapeObjects) {
>   if (opt_params && opt_params[opensocial.DataRequest.DataRequestFields.ESCAPE_TYPE] == opensocial.EscapeType.NONE) {
> [...]
> right? 

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