Remove unused object store reference
// FREEBIE
This commit is contained in:
parent
13a1df5bdd
commit
4c945acb76
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@
|
||||||
migrate: function(transaction, next) {
|
migrate: function(transaction, next) {
|
||||||
console.log('migration 12.0');
|
console.log('migration 12.0');
|
||||||
console.log('cleaning up expiring messages with no expires_at');
|
console.log('cleaning up expiring messages with no expires_at');
|
||||||
var messages = transaction.objectStore('messages');
|
|
||||||
window.addEventListener('storage_ready', function() {
|
window.addEventListener('storage_ready', function() {
|
||||||
var messages = new Whisper.MessageCollection();
|
var messages = new Whisper.MessageCollection();
|
||||||
messages.fetch({
|
messages.fetch({
|
||||||
|
|
Loading…
Reference in a new issue