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

Commit d803354

Browse files
committed
docs(angular.element): note restriction in toggleClass
1 parent 6ce34dd commit d803354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jqLite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
* - [`removeData()`](http://api.jquery.com/removeData/)
8383
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)
8484
* - [`text()`](http://api.jquery.com/text/)
85-
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
86-
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers.
85+
* - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument
86+
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers
8787
* - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces or event object as parameter
8888
* - [`val()`](http://api.jquery.com/val/)
8989
* - [`wrap()`](http://api.jquery.com/wrap/)

0 commit comments

Comments
 (0)