dictionary-en-za
Advanced tools
Comparing version 1.0.1 to 1.0.2
15
index.js
@@ -53,17 +53,8 @@ /** | ||
if (exception) { | ||
return; | ||
} | ||
if (err) { | ||
exception = err; | ||
callback(err); | ||
return; | ||
} | ||
exception = exception || err; | ||
result[name] = doc; | ||
if (pos) { | ||
callback(exception, !exception && result) | ||
callback(exception, !exception && result) | ||
result = exception = null; | ||
} | ||
@@ -70,0 +61,0 @@ }); |
{ | ||
"name": "dictionary-en-za", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "English (South Africa) spelling dictionary in UTF-8", | ||
@@ -5,0 +5,0 @@ "license": "LGPL-2.1", |
668495
60