Hi all.
I need to know how to restore or roll back to built-in function after overriding like following example.
String.prototyp e.substr= function()
{ return "";}
Now I want to use the one already built-in.
I shall be very thankful if some one could help me.
Sultan Wadood
I need to know how to restore or roll back to built-in function after overriding like following example.
String.prototyp e.substr= function()
{ return "";}
Now I want to use the one already built-in.
I shall be very thankful if some one could help me.
Sultan Wadood
Comment