Skip to content

Commit

Permalink
this._indexHasBeenUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
hhzl committed Dec 7, 2016
1 parent 6a60a28 commit 6e68b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LWdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var LWdb = function(dbName) {
return recalculateIndex
};

var _indexHasBeenUpdated = function() {
this._indexHasBeenUpdated = function() {
recalculateIndex = false;
};

Expand Down

0 comments on commit 6e68b1e

Please sign in to comment.