summaryrefslogtreecommitdiffstats
path: root/jquery.once.litcoffee
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.once.litcoffee')
-rw-r--r--jquery.once.litcoffee8
1 files changed, 4 insertions, 4 deletions
diff --git a/jquery.once.litcoffee b/jquery.once.litcoffee
index 32c7e04..369b392 100644
--- a/jquery.once.litcoffee
+++ b/jquery.once.litcoffee
@@ -65,10 +65,10 @@ Removes the once data from the given elements, based on the given ID.
#### Parameters
-* `id` *string* A required string representing the name of the data id which should be used
-when filtering the elements. This only filters elements that have already
-been processed by the once function. The id should be the same id that
-was originally passed to the once() function.
+* `id` *string* A required string representing the name of the data id which
+should be used when filtering the elements. This only filters elements that
+have already been processed by the once function. The id should be the same id
+that was originally passed to the once() function.
#### Returns