[Pkg-javascript-commits] [dojo] 59/149: Add test for has("trident"), refs #17311.
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit 7723beef3718d0aa27c4e5446bd4d30ec1948b6d
Author: Bill Keese <bill at dojotoolkit.org>
Date: Mon May 4 08:27:31 2015 +0900
Add test for has("trident"), refs #17311.
---
testsDOH/sniff.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsDOH/sniff.html b/testsDOH/sniff.html
index c904d5e..c44ff6e 100644
--- a/testsDOH/sniff.html
+++ b/testsDOH/sniff.html
@@ -16,7 +16,7 @@
function(array, has, domConstruct){
array.forEach([
"khtml", "webkit", "chrome", "safari",
- "opera", "mozilla", "ie", "ff", "quirks",
+ "opera", "mozilla", "ie", "trident", "ff", "quirks",
"ios", "android", "wii", "air", "mac"], function(key){
var res = has(key);
domConstruct.place("<tr><td>has(\"" + key + "\")</td><td>" +
--
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