[Pkg-javascript-commits] [dojo] 26/32: refs #15799. 1.6 backport for IE9 fix. !strict.
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.6.2
in repository dojo.
commit 5a6447452ad93d5087c5a37b0629da757d36c4fe
Author: Christophe Jolif <cjolif at gmail.com>
Date: Tue Jan 15 09:16:44 2013 +0000
refs #15799. 1.6 backport for IE9 fix. !strict.
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.6/dojo@30357 560b804f-0ae3-0310-86f3-f6aa0a117693
---
_base/query.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_base/query.js b/_base/query.js
index 29cf588..e053022 100644
--- a/_base/query.js
+++ b/_base/query.js
@@ -56,7 +56,7 @@ var defineQuery= function(d){
var getDoc = function(){ return d.doc; };
// NOTE(alex): the spec is idiotic. CSS queries should ALWAYS be case-sensitive, but nooooooo
- var cssCaseBug = ((d.isWebKit||d.isMozilla) && ((getDoc().compatMode) == "BackCompat"));
+ var cssCaseBug = (getDoc().compatMode) == "BackCompat";
////////////////////////////////////////////////////////////////////////
// Global utilities
--
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