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

Commit aa57f57

Browse files
committed
docs(angular.element): note restriction in toggleClass
1 parent 51b78f6 commit aa57f57

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
@@ -84,8 +84,8 @@
8484
* - [`removeData()`](http://api.jquery.com/removeData/)
8585
* - [`replaceWith()`](http://api.jquery.com/replaceWith/)
8686
* - [`text()`](http://api.jquery.com/text/)
87-
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
88-
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers.
87+
* - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument
88+
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers
8989
* - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces or event object as parameter
9090
* - [`val()`](http://api.jquery.com/val/)
9191
* - [`wrap()`](http://api.jquery.com/wrap/)

0 commit comments

Comments
 (0)