[Pkg-javascript-commits] [dojo] 78/87: refs #15799. 1.7 backport of IE9 fix. !strict.
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.7.5
in repository dojo.
commit 1caa02702b93c81378aa6b6db2474a553a4ccb88
Author: Christophe Jolif <cjolif at gmail.com>
Date: Tue Jan 15 09:14:54 2013 +0000
refs #15799. 1.7 backport of IE9 fix. !strict.
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@30356 560b804f-0ae3-0310-86f3-f6aa0a117693
---
selector/acme.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/selector/acme.js b/selector/acme.js
index 6b4ff64..ce54385 100644
--- a/selector/acme.js
+++ b/selector/acme.js
@@ -55,7 +55,7 @@ define(["../_base/kernel", "../has", "../dom", "../_base/sniff", "../_base/array
var getDoc = function(){ return dojo.doc; };
// NOTE(alex): the spec is idiotic. CSS queries should ALWAYS be case-sensitive, but nooooooo
- var cssCaseBug = ((dojo.isWebKit||dojo.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