Skip to content
Permalink
Browse files
Remove gratuitous punctuation
  • Loading branch information
gibson042 committed Nov 2, 2012
1 parent 68f001e commit 53cb49c
Showing 1 changed file with 3 additions and 3 deletions.
@@ -72,7 +72,7 @@ function createDashboardXML() {
</dashboard>';

return jQuery.parseXML(string);
};
}

function createWithFriesXML() {
var string = '<?xml version="1.0" encoding="UTF-8"?> \
@@ -102,7 +102,7 @@ function createWithFriesXML() {
</soap:Envelope>';

return jQuery.parseXML( string.replace( /\{\{\s*externalHost\s*\}\}/g, externalHost ) );
};
}

function createXMLFragment() {
var xml, frag;
@@ -117,7 +117,7 @@ function createXMLFragment() {
}

return frag;
};
}

fireNative = document.createEvent ?
function( node, type ) {

0 comments on commit 53cb49c

Please sign in to comment.