diff options
author | Rob Loach <robloach@gmail.com> | 2015-01-02 14:47:47 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-01-02 14:47:47 -0500 |
commit | 16a3c412956ee77d946d1c8165424063d21ba767 (patch) | |
tree | 84e74ac58088cf152f67df8f055904dbf0af859a | |
parent | e584bb1901750a228dc2e34bce2680c26435b239 (diff) | |
download | jquery-once-16a3c412956ee77d946d1c8165424063d21ba767.zip jquery-once-16a3c412956ee77d946d1c8165424063d21ba767.tar.gz jquery-once-16a3c412956ee77d946d1c8165424063d21ba767.tar.bz2 |
Fix API description of .once()
-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 |