We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e44e2 commit efaff84Copy full SHA for efaff84
src/raven.js
@@ -316,7 +316,7 @@ Raven.prototype = {
316
*
317
* @param {object} options A specific set of options for this context [optional]
318
* @param {function} func The function to be wrapped in a new context
319
- * @param {function} func A function to call before the try/catch wrapper [optional, private]
+ * @param {function} _before A function to call before the try/catch wrapper [optional, private]
320
* @return {function} The newly wrapped functions with a context
321
*/
322
wrap: function(options, func, _before) {
0 commit comments