[Pkg-javascript-commits] [dojo] 83/149: make sure has("edge") is reported in the test
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:50 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 56ada8f23d666811f15b0b8bbe04064ff3157ec8
Author: Christophe Jolif <cjolif at gmail.com>
Date: Sat Sep 26 14:29:44 2015 +0200
make sure has("edge") is reported in the test
---
testsDOH/sniff.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsDOH/sniff.html b/testsDOH/sniff.html
index c44ff6e..5c42169 100644
--- a/testsDOH/sniff.html
+++ b/testsDOH/sniff.html
@@ -17,7 +17,7 @@
array.forEach([
"khtml", "webkit", "chrome", "safari",
"opera", "mozilla", "ie", "trident", "ff", "quirks",
- "ios", "android", "wii", "air", "mac"], function(key){
+ "ios", "android", "wii", "air", "mac", "edge"], function(key){
var res = has(key);
domConstruct.place("<tr><td>has(\"" + key + "\")</td><td>" +
(res === undefined ? "undefined" : res) + "</td></tr>", "tbody");
--
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