From 53cb49cb0a9696c887b91547ac1259c5b860bece Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Thu, 1 Nov 2012 22:22:39 -0400 Subject: [PATCH] Remove gratuitous punctuation --- test/data/testinit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/data/testinit.js b/test/data/testinit.js index e5fc2c038..046763fbb 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -72,7 +72,7 @@ function createDashboardXML() { '; return jQuery.parseXML(string); -}; +} function createWithFriesXML() { var string = ' \ @@ -102,7 +102,7 @@ function createWithFriesXML() { '; 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 ) { -- 2.39.5