Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Jul 5, 2019
1 parent 1361331 commit 6aeb7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
*
* @param {Function} func The function to be executed.
* @param {Object} obj The object to which the execution context will be bound.
* @param {*} [args] Other arguments passed after object, will be bind to executed function.
* @param {*} [args] Arguments provided to the bound function when invoking the target function. Available since 4.13.0.
* @returns {Function} The function that can be used to execute the
* `func` function in the context of `obj`.
*/
Expand Down

0 comments on commit 6aeb7b7

Please sign in to comment.