Alias method chain in JavaScript?

Posted by fig-gnuton on Stack Overflow See other posts from Stack Overflow or by fig-gnuton
Published on 2010-06-10T02:13:34Z Indexed on 2010/06/10 2:22 UTC
Read the original article Hit count: 281

Filed under:
|

In JavaScript, how could you create a new function with the same name as an existing function, while also preserving the original function so it could be called from within the new one?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about alias-method