diff options
author | Rob Loach <robloach@gmail.com> | 2014-10-16 09:21:46 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-10-16 09:21:46 -0400 |
commit | a4bbcbb0d95de9df4e6e868e582f87df31b82a9e (patch) | |
tree | fc4eb2ac6d85616895d1e316a984c1218ae25645 /jquery.once.js | |
parent | 09b340240d294f923ae2d0e90ac235830a0e71b0 (diff) | |
download | jquery-once-a4bbcbb0d95de9df4e6e868e582f87df31b82a9e.zip jquery-once-a4bbcbb0d95de9df4e6e868e582f87df31b82a9e.tar.gz jquery-once-a4bbcbb0d95de9df4e6e868e582f87df31b82a9e.tar.bz2 |
Update to 2.0.0-alpha.92.0.0-alpha.9
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. * |