init wiki
This commit is contained in:
parent
2799026309
commit
9c0c601e99
@ -32,7 +32,7 @@ var verify_word = function verify_word(word) {
|
|||||||
"utf8": "",
|
"utf8": "",
|
||||||
"srprop": "",
|
"srprop": "",
|
||||||
"srsearch": word,
|
"srsearch": word,
|
||||||
// "srwhat": "nearmatch"
|
"srwhat": "nearmatch"
|
||||||
});
|
});
|
||||||
req.end(function (res) {
|
req.end(function (res) {
|
||||||
if (res.error) reject(res.error);
|
if (res.error) reject(res.error);
|
||||||
@ -145,6 +145,3 @@ var wiki = function () {
|
|||||||
module.exports = wiki;
|
module.exports = wiki;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user