Skip to content

Commit 53cb49c

Browse files
committed
Remove gratuitous punctuation
1 parent 68f001e commit 53cb49c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/data/testinit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function createDashboardXML() {
7272
</dashboard>';
7373

7474
return jQuery.parseXML(string);
75-
};
75+
}
7676

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

104104
return jQuery.parseXML( string.replace( /\{\{\s*externalHost\s*\}\}/g, externalHost ) );
105-
};
105+
}
106106

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

119119
return frag;
120-
};
120+
}
121121

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

0 commit comments

Comments
 (0)