mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1026265 - DataStore API - name error in a property of DataStoreChangeNotifier, r=ehsan
This commit is contained in:
parent
a03e45288d
commit
cc2ba4f0a5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user