mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 10:52:43 +01:00
code review re. #1443
This commit is contained in:
parent
eec3dfefd4
commit
0547c0dd18
@ -237,13 +237,11 @@ vAPI.messaging = {
|
||||
this.pending = Object.create(null);
|
||||
this.pendingCount = 0;
|
||||
for ( var auxId in pending ) {
|
||||
if ( this.pending.hasOwnProperty(auxId) ) {
|
||||
callback = pending[auxId];
|
||||
if ( typeof callback === 'function' ) {
|
||||
callback(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
connect: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user