fuzzyset.js
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,3 +5,3 @@ (function() { | ||
var fuzzyset = { | ||
version: '0.0.1' | ||
}; | ||
@@ -112,3 +112,3 @@ | ||
results = this.__get(value, gramSize, minMatchScore); | ||
if (results) { | ||
if (results && results.length > 0) { | ||
return results; | ||
@@ -115,0 +115,0 @@ } |
{ | ||
"name":"fuzzyset.js", | ||
"description":"A fuzzy string set for JavaScript", | ||
"version":"0.0.3", | ||
"version":"0.0.4", | ||
"homepage":"http://Glench.github.com/fuzzyset.js", | ||
@@ -6,0 +6,0 @@ "repository":"git://github.com/Glench/fuzzyset.js.git", |
14978
263