Skip to content
Permalink
Browse files

WIPO.js -- fix eslint warnings

  • Loading branch information...
retorquere committed Feb 25, 2019
1 parent 940db2e commit 514561ba9390f1d474ab22c1126cf8e5f7438dd4
Showing with 3 additions and 3 deletions.
  1. +3 −3 WIPO.js
@@ -68,7 +68,7 @@ function doWeb(doc,url)
urls.push(j);
}
ZU.processDocuments(urls, function (myDoc) {
doWeb(myDoc, myDoc.location.href) }, function () {});
doWeb(myDoc, myDoc.location.href); }, function () {});
});
} else {
var language = ZU.xpathText(doc, '//tr/td[b[contains(text(), "Publication Language:")]]/following-sibling::td');
@@ -185,5 +185,5 @@ var testCases = [
}
]
}
]
/** END TEST CASES **/
];
/** END TEST CASES **/

0 comments on commit 514561b

Please sign in to comment.
You can’t perform that action at this time.