You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Christiaan Hees (JIRA)" <ji...@apache.org> on 2010/09/08 17:26:35 UTC

[jira] Created: (SHINDIG-1423) this.userPrefs -> gadget.userPrefs in shindig-container.js

this.userPrefs -> gadget.userPrefs in shindig-container.js
----------------------------------------------------------

                 Key: SHINDIG-1423
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1423
             Project: Shindig
          Issue Type: Bug
            Reporter: Christiaan Hees
            Priority: Trivial


On line 212 of
http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/shindig.container/shindig-container.js
in
shindig.IfrGadgetService.prototype.setUserPref
it says:
this.userPrefs[arguments[i]].value = arguments[i + 1];
This fails cause there's no userPrefs object in a GadgetService.

I think it should be changed to gadget.userPrefs:
gadget.userPrefs[arguments[i]].value = arguments[i + 1];

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