From 60fe9b7dfd8d434dd2974f64f8841fc9dac78550 Mon Sep 17 00:00:00 2001 From: Evgeniy Tkachenko Date: Fri, 7 Feb 2014 13:40:54 +0300 Subject: [PATCH 1/2] Update jqLite.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Сorrect link. --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jqLite.js b/src/jqLite.js index f48dd3c03fad..52d3eb013328 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -40,7 +40,7 @@ * - [`after()`](http://api.jquery.com/after/) * - [`append()`](http://api.jquery.com/append/) * - [`attr()`](http://api.jquery.com/attr/) - * - [`bind()`](http://api.jquery.com/on/) - Does not support namespaces, selectors or eventData + * - [`bind()`](http://api.jquery.com/bind/) - Does not support namespaces, selectors or eventData * - [`children()`](http://api.jquery.com/children/) - Does not support selectors * - [`clone()`](http://api.jquery.com/clone/) * - [`contents()`](http://api.jquery.com/contents/) From 4a923d1682a5925a49204a8af77a722326af3d07 Mon Sep 17 00:00:00 2001 From: Evgeniy Tkachenko Date: Fri, 7 Feb 2014 15:06:57 +0300 Subject: [PATCH 2/2] Update jqLite.js --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jqLite.js b/src/jqLite.js index 52d3eb013328..6749b26e7141 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -67,7 +67,7 @@ * - [`text()`](http://api.jquery.com/text/) * - [`toggleClass()`](http://api.jquery.com/toggleClass/) * - [`triggerHandler()`](http://api.jquery.com/triggerHandler/) - Passes a dummy event object to handlers. - * - [`unbind()`](http://api.jquery.com/off/) - Does not support namespaces + * - [`unbind()`](http://api.jquery.com/unbind/) - Does not support namespaces * - [`val()`](http://api.jquery.com/val/) * - [`wrap()`](http://api.jquery.com/wrap/) *