Hi,
I download the .js file from 
http://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?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to