3 messages in com.googlegroups.opensocial-containerRe: a javascript function in http://g...
FromSent OnAttachments
sqzh...@gmail.com14 Feb 2008 22:40 
Pedro Teixeira15 Feb 2008 04:23 
sqzh...@gmail.com17 Feb 2008 23:21 
Subject:Re: a javascript function in http://gmodules.com/ig/ifr
From:Pedro Teixeira (pedr@gmail.com)
Date:02/15/2008 04:23:24 AM
List:com.googlegroups.opensocial-container

I suggest you download the shinding container from the apache repository and run it locally. We currently successfully developing with it.

[]'s

On Feb 15, 4:40 am, "sqzh@gmail.com" <sqzh@gmail.com> wrote:

Hi, I download the .js file
fromhttp://gmodules.com/ig/extern_js/f/CgJlbhICdXMrMAE4ACw/JECkE05Rfhg.js There is a function in this file: function ig_Za(a, b, c, d){ if (!a) { c(d ? null : "") } var e = eval("(" + a.substring(27) + ")");[1] if (b in e) { var f = e[b].body; c(d ? ig_Y(f) : f) }}

There is a error when I use this file, the error is: missing ) in parenthetical (the line [1])

How chould I fix it?