Class Index | File Index

Classes


Built-In Namespace _global_

Method Summary
Method Attributes Method Name and Description
 
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.
Parameters:
{Function} func
The function to clone.
Returns:
{Function} Returns a clone of the non native function, or a reference to the native function.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Dec 21 2013 12:12:11 GMT-0500 (Eastern Standard Time)