Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7e67e52

Browse files
grsmvggkalpak
grsmvg
authored andcommitted
docs(jqLite): document unsupported event object as parameter in off()/unbind()
Closes #12291
1 parent 0e00108 commit 7e67e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jqLite.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* - [`html()`](http://api.jquery.com/html/)
6666
* - [`next()`](http://api.jquery.com/next/) - Does not support selectors
6767
* - [`on()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData
68-
* - [`off()`](http://api.jquery.com/off/) - Does not support namespaces or selectors
68+
* - [`off()`](http://api.jquery.com/off/) - Does not support namespaces, selectors or event object as parameter
6969
* - [`one()`](http://api.jquery.com/one/) - Does not support namespaces or selectors
7070
* - [`parent()`](http://api.jquery.com/parent/) - Does not support selectors
7171
* - [`prepend()`](http://api.jquery.com/prepend/)
@@ -79,7 +79,7 @@
7979
* - [`text()`](http://api.jquery.com/text/)
8080
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
8181
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers.
82-
* - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces
82+
* - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces or event object as parameter
8383
* - [`val()`](http://api.jquery.com/val/)
8484
* - [`wrap()`](http://api.jquery.com/wrap/)
8585
*

0 commit comments

Comments
 (0)