Method Function.removeErrorHandler
Remove a previously set handler
-
Syntax
Function Function.removeErrorHandler()
This method will remove an error handler which was set with the Function.setErrorHandler method. Calling it on a function which have no error handler has no effect. - Return value Return the original function without the try/catch block.
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
