We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f001e commit 53cb49cCopy full SHA for 53cb49c
test/data/testinit.js
@@ -72,7 +72,7 @@ function createDashboardXML() {
72
</dashboard>';
73
74
return jQuery.parseXML(string);
75
-};
+}
76
77
function createWithFriesXML() {
78
var string = '<?xml version="1.0" encoding="UTF-8"?> \
@@ -102,7 +102,7 @@ function createWithFriesXML() {
102
</soap:Envelope>';
103
104
return jQuery.parseXML( string.replace( /\{\{\s*externalHost\s*\}\}/g, externalHost ) );
105
106
107
function createXMLFragment() {
108
var xml, frag;
@@ -117,7 +117,7 @@ function createXMLFragment() {
117
}
118
119
return frag;
120
121
122
fireNative = document.createEvent ?
123
function( node, type ) {
0 commit comments