JavaScript Object Literals between function and function invoke ,how to with this? -
var chat = { isvisibility: function(){ } send: { add:function(){ //right here ,how invoke isvisibility function not chat.**** //except chat.isvisibility } } }
Comments
Post a Comment