Skip to content

Commit e008df6

Browse files
committed
docs(jqLite): remove the removal plan info for bind/unbind
We're not going to remove the aliases before jQuery does.
1 parent 8e82bf5 commit e008df6

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
@@ -56,7 +56,7 @@
5656
* - [`after()`](http://api.jquery.com/after/)
5757
* - [`append()`](http://api.jquery.com/append/)
5858
* - [`attr()`](http://api.jquery.com/attr/) - Does not support functions as parameters
59-
* - [`bind()`](http://api.jquery.com/bind/) (_deprecated_ - to be removed in 1.7.0, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData
59+
* - [`bind()`](http://api.jquery.com/bind/) (_deprecated_, use [`on()`](http://api.jquery.com/on/)) - Does not support namespaces, selectors or eventData
6060
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
6161
* - [`clone()`](http://api.jquery.com/clone/)
6262
* - [`contents()`](http://api.jquery.com/contents/)
@@ -85,7 +85,7 @@
8585
* - [`text()`](http://api.jquery.com/text/)
8686
* - [`toggleClass()`](http://api.jquery.com/toggleClass/) - Does not support a function as first argument
8787
* - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers
88-
* - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_ - to be removed in 1.7.0, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter
88+
* - [`unbind()`](http://api.jquery.com/unbind/) (_deprecated_, use [`off()`](http://api.jquery.com/off/)) - Does not support namespaces or event object as parameter
8989
* - [`val()`](http://api.jquery.com/val/)
9090
* - [`wrap()`](http://api.jquery.com/wrap/)
9191
*

0 commit comments

Comments
 (0)