diff options
Diffstat (limited to 'jquery.once.js')
-rw-r--r-- | jquery.once.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.once.js b/jquery.once.js index 5469ab7..63aeb8e 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -34,7 +34,7 @@ /** * Filter elements by whether they have not yet been processed. * - * @param {string} [id] + * @param {string} id * The data id used to determine whether the given elements have already * been processed or not. * |