Bug 1026265 - DataStore API - name error in a property of DataStoreChangeNotifier, r=ehsan

This commit is contained in:
Andrea Marchesini 2014-06-17 19:59:22 +01:00
parent a03e45288d
commit cc2ba4f0a5

View File

@ -114,7 +114,7 @@ this.DataStoreChangeNotifier = {
this.children[i].windows.splice(pos, 1);
}
if (this.children[i].window.length) {
if (this.children[i].windows.length) {
continue;
}