[Pkg-javascript-commits] [dojo] 48/88: remove code no longer needed for opera 12, fixes #16371 on 1.8 branch !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.8.5
in repository dojo.

commit 191a84933fb130231fcb692a159fe087e48c62c4
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Sun Dec 2 08:01:48 2012 +0000

    remove code no longer needed for opera 12, fixes #16371 on 1.8 branch !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30100 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 on.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/on.js b/on.js
index def3193..64ca2dd 100644
--- a/on.js
+++ b/on.js
@@ -297,9 +297,6 @@ define(["./has!dom-addeventlistener?:./aspect", "./_base/kernel", "./has"], func
 			focusin: "focus",
 			focusout: "blur"
 		};
-		if(has("opera")){
-			captures.keydown = "keypress"; // this one needs to be transformed because Opera doesn't support repeating keys on keydown (and keypress works because it incorrectly fires on all keydown events)
-		}
 
 		// emiter that works with native event handling
 		on.emit = function(target, type, event){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list