Skip to content
Permalink
Browse files

Wikipedia.js -- fix eslint warnings

  • Loading branch information...
retorquere committed Feb 25, 2019
1 parent 940db2e commit 5d17b08eeafe14654b760261e95492b8782be720
Showing with 3 additions and 3 deletions.
  1. +3 −3 Wikipedia.js
@@ -77,7 +77,7 @@ function doWeb(doc, url) {
item.url = doc.location.protocol + '//' + doc.location.hostname
+ item.url;
} else {
item.url = url
item.url = url;
}

item.attachments.push({
@@ -211,5 +211,5 @@ var testCases = [
}
]
}
]
/** END TEST CASES **/
];
/** END TEST CASES **/

0 comments on commit 5d17b08

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