Permalink
Browse files
Wikipedia.js -- fix eslint warnings
- Loading branch information...
Showing
with
3 additions
and
3 deletions.
-
+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