summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2015-01-02 14:47:47 -0500
committerRob Loach <robloach@gmail.com>2015-01-02 14:47:47 -0500
commit16a3c412956ee77d946d1c8165424063d21ba767 (patch)
tree84e74ac58088cf152f67df8f055904dbf0af859a
parente584bb1901750a228dc2e34bce2680c26435b239 (diff)
downloadjquery-once-16a3c412956ee77d946d1c8165424063d21ba767.zip
jquery-once-16a3c412956ee77d946d1c8165424063d21ba767.tar.gz
jquery-once-16a3c412956ee77d946d1c8165424063d21ba767.tar.bz2
Fix API description of .once()
-rw-r--r--jquery.once.js2
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