From 582f06b50ce5871a1912be389fef6e18349bd6a2 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Wed, 15 Jun 2016 14:40:36 +0900 Subject: [PATCH] refs #1794 : add - traling whitespace to test compression --- resources/script/common3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/script/common3.js b/resources/script/common3.js index cf9f923f2..4841e8411 100644 --- a/resources/script/common3.js +++ b/resources/script/common3.js @@ -348,7 +348,7 @@ function endProgress() { if(isMoz) { - XMLDocument.prototype.selectNodes= function(path) { + XMLDocument.prototype.selectNodes = function(path) { var oEvaluator = new XPathEvaluator(); var oResult = oEvaluator.evaluate(path, this, null, XPathResult.ORDERER_NODE_ITERATOR_TYPE, null); var result = new Array();