Fixing doc.

This commit is contained in:
Juan Basso 2012-04-01 16:55:12 -04:00
parent a56f7b84e3
commit a72288c378
2 changed files with 4 additions and 4 deletions

View file

@ -42,8 +42,8 @@
* Options: * Options:
* *
* - `fatalErrorHandler` - callback - The callback to handle fatal errors. You can set this to any * - `fatalErrorHandler` - callback - The callback to handle fatal errors. You can set this to any
* callback type, including anonymous functions. Setting it to false will disable the feature. * callable type, including anonymous functions. Setting it to false will disable the feature.
* - `handler` - callback - The callback to handle errors. You can set this to any callback type, * - `handler` - callback - The callback to handle errors. You can set this to any callable type,
* including anonymous functions. * including anonymous functions.
* - `level` - int - The level of errors you are interested in capturing. * - `level` - int - The level of errors you are interested in capturing.
* - `trace` - boolean - Include stack traces for errors in log files. * - `trace` - boolean - Include stack traces for errors in log files.

View file

@ -42,8 +42,8 @@
* Options: * Options:
* *
* - `fatalErrorHandler` - callback - The callback to handle fatal errors. You can set this to any * - `fatalErrorHandler` - callback - The callback to handle fatal errors. You can set this to any
* callback type, including anonymous functions. Setting it to false will disable the feature. * callable type, including anonymous functions. Setting it to false will disable the feature.
* - `handler` - callback - The callback to handle errors. You can set this to any callback type, * - `handler` - callback - The callback to handle errors. You can set this to any callable type,
* including anonymous functions. * including anonymous functions.
* - `level` - int - The level of errors you are interested in capturing. * - `level` - int - The level of errors you are interested in capturing.
* - `trace` - boolean - Include stack traces for errors in log files. * - `trace` - boolean - Include stack traces for errors in log files.