[Pkg-javascript-commits] [backbone] 06/09: removing a cautionary note that has been obsoleted by recent changes to jQuery.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.3.1
in repository backbone.
commit 8ad010ff2fa543d8866d8fef18df2733c9970ce5
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri Nov 12 16:36:56 2010 -0500
removing a cautionary note that has been obsoleted by recent changes to jQuery.
---
index.html | 7 -------
1 file changed, 7 deletions(-)
diff --git a/index.html b/index.html
index 6b939fa..ae61f9b 100644
--- a/index.html
+++ b/index.html
@@ -1723,13 +1723,6 @@ var DocumentView = Backbone.View.extend({
});
</pre>
- <p class="warning">
- <b>Cautionary Note:</b> The "delegateEvents" function is
- limited to events that work with delegation. "focus" and "blur" do not
- bubble, and cannot be delegated, and "change", "submit", and "reset"
- events do not bubble in current versions of Internet Explorer.
- </p>
-
<h2 id="examples">Examples</h2>
<p>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list