Skip to content

Commit 44b62ff

Browse files
githubjekaSebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
docs(jqLite): link to jQuery.fn.bind/unbind docs rather than jQuery.fn.on/off docs
Сorrect link. Closes angular#6171
1 parent 8962504 commit 44b62ff

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
@@ -40,7 +40,7 @@
4040
* - [`after()`](http://api.jquery.com/after/)
4141
* - [`append()`](http://api.jquery.com/append/)
4242
* - [`attr()`](http://api.jquery.com/attr/)
43-
* - [`bind()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData
43+
* - [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData
4444
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
4545
* - [`clone()`](http://api.jquery.com/clone/)
4646
* - [`contents()`](http://api.jquery.com/contents/)
@@ -67,7 +67,7 @@
6767
* - [`text()`](http://api.jquery.com/text/)
6868
* - [`toggleClass()`](http://api.jquery.com/toggleClass/)
6969
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers.
70-
* - [`unbind()`](http://api.jquery.com/off/) - Does not support namespaces
70+
* - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces
7171
* - [`val()`](http://api.jquery.com/val/)
7272
* - [`wrap()`](http://api.jquery.com/wrap/)
7373
*

0 commit comments

Comments
 (0)