We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a60a28 commit 6e68b1eCopy full SHA for 6e68b1e
src/LWdb.js
@@ -61,7 +61,7 @@ var LWdb = function(dbName) {
61
return recalculateIndex
62
};
63
64
- var _indexHasBeenUpdated = function() {
+ this._indexHasBeenUpdated = function() {
65
recalculateIndex = false;
66
67
0 commit comments