Bug 1024618 - DataStoreChangeNotifier.jsm doesn't remove all the children when they are unregistered, r=ehsan

This commit is contained in:
Andrea Marchesini 2014-06-13 16:33:50 +01:00
parent 79a6a76cb1
commit 45e852ca76

View File

@ -113,7 +113,6 @@ this.DataStoreChangeNotifier = {
debug("Unregister delete index: " + i);
this.children.splice(i, 1);
}
break;
} else {
++i;
}