call iteratorDone when finished

This commit is contained in:
Girish Ramakrishnan
2015-09-09 00:43:42 -07:00
parent 97174d7af0
commit a35ebd57f9

View File

@@ -132,6 +132,7 @@ function checkAppUpdates() {
mailer.appUpdateAvailable(app, gAppUpdateInfo[id]);
gMailedUser[id] = true;
iteratorDone();
});
});
});