mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Update JSDoc documenation
This commit is contained in:
parent
0701422dcf
commit
4ed97bb513
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ import { validateConstantFn } from './set-constant.js';
|
|||
*
|
||||
* @param argposRaw
|
||||
* The zero-based position of the argument in the argument list. Use a negative
|
||||
* number for a position relative to the last argument.
|
||||
* number for a position relative to the last argument. Use literal `this` to
|
||||
* replace the value used in `prototype`-based methods.
|
||||
*
|
||||
* @param argraw
|
||||
* The replacement value, validated using the same heuristic as with the
|
||||
|
|
|
|||
Loading…
Reference in a new issue