Reduce throttle on appActivated

This commit is contained in:
Alistair Roche 2014-05-06 17:07:28 +10:00
Родитель d1b6755cc5
Коммит 670bd16158
1 изменённых файлов: 1 добавлений и 1 удалений

2
app.js
Просмотреть файл

@ -271,7 +271,7 @@
this.switchTo('empty');
}
}).bind(this));
}, 1000, {leading: false}),
}, 300, {leading: false}),
onRequestsFinished: function() {
if (!this.storage.user) return;