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 27e7f1b..f563da8 100644 --- a/jquery.once.js +++ b/jquery.once.js @@ -49,7 +49,7 @@ }; /** - * Filter elements by whether they have not yet been processed. + * Filter elements that have yet to be processed by the given data ID. * * @param {string} [id="once"] * The data ID used to determine whether the given elements have already |