function fake()
{
var ffake;
}
fake.prototype.abc = function()
{
fake.ffake = 1;//not working in IE7 but seems to be working in all others
}
var myNewObject = new fake();
Because of the script is breaking on that instant, can not move forward.
firstly i am not getting reason and then i spend almost more then 2 hrs on google to figure out the solution.
Any help will be appreciated
Try changing:
To:
Example: