synchronous-autocomplete
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -91,3 +91,3 @@ 'use strict'; | ||
}; | ||
results[id][internalId] = id; | ||
Object.defineProperty(results[id], internalId, { value: id }); | ||
} | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "synchronous-autocomplete", | ||
"description": "Fast, simple autocompletion.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -87,3 +87,3 @@ 'use strict' | ||
} | ||
results[id][internalId] = id | ||
Object.defineProperty(results[id], internalId, {value: id}) | ||
} | ||
@@ -90,0 +90,0 @@ } |
14763