Skip to content

Commit

Permalink
refs #1794 : add - traling whitespace to test compression
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jun 15, 2016
1 parent cdaaa51 commit 582f06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/script/common3.js
Expand Up @@ -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();
Expand Down

0 comments on commit 582f06b

Please sign in to comment.