Built-In Namespace _global_
Method Attributes | Method Name and Description |
---|---|
cloneFunction(func)
Clones non native JavaScript functions, or references native functions.
|
Method Detail
{Function}
cloneFunction(func)
Clones non native JavaScript functions, or references native functions.
Defined in: <src/clone-function.js>.
Author: Matthew Kastor.
Defined in: <src/clone-function.js>.
Author: Matthew Kastor.
- Parameters:
- {Function} func
- The function to clone.
- Returns:
- {Function} Returns a clone of the non native function, or a reference to the native function.