Well I don't know myself but your using var and not returning anything from the function.
I would have thought that
Code:
var a=[[1,2,{f:function(){ b=this[0][1];}}],
...
would have had some part to play in the process.
I suggest you start with that idea and play around until you his the mark. I still think that you should be returning a value but thats only my thoughts.
We all have baggage to carry in life, unfortunately for me I always get the trolley with the wonky wheel...
Code:
Youre = {
STILL_not_getting_it:function(){
alert("YOU, the original poster / thread starter NEED to POST the code and NOT a LINK.");
},
MissingThePoint:function(msg){
alert("You're missing the point. " + msg);
}
}
Youre.STILL_not_getting_it();
Bookmarks