[Pkg-javascript-commits] [dojo] 38/88: Query engine should not be tested in quirks mode. Fixes #16113. Backport to 1.8.
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:34 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 28d7c1a89a03025bc3174cba304322517ccbb956
Author: Colin Snover <github.com at zetafleet.com>
Date: Fri Nov 23 06:18:35 2012 +0000
Query engine should not be tested in quirks mode. Fixes #16113. Backport to 1.8.
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30021 560b804f-0ae3-0310-86f3-f6aa0a117693
---
tests/_base/query.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/_base/query.html b/tests/_base/query.html
index 5e9121b..aedc9f9 100644
--- a/tests/_base/query.html
+++ b/tests/_base/query.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>testing dojo/_base/query</title>
@@ -6,7 +7,7 @@
</style>
<script type="text/javascript" src="../../dojo.js" data-dojo-config="isDebug: true"></script>
<script type="text/javascript">
- require(["dojo", "doh", "dojo/query!lite", "dojo/io/iframe", "dojo/domReady!"], function(dojo, doh, query){
+ require(["dojo", "doh", "dojo/io/iframe", "dojo/domReady!"], function(dojo, doh){
function createDocument(xml){
var fauxXhr = { responseText: xml };
if("DOMParser" in dojo.global){
--
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