1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00
This commit is contained in:
gorhill 2015-04-09 07:15:14 -04:00
parent 2fbca2cc09
commit db49291fa6

View file

@ -160,7 +160,7 @@ vAPI.messaging = {
vAPI.messaging.listeners[message.requestId] = callback;
}
sendAsyncMessage('ublock:background', message);
sendAsyncMessage('ublock0:background', message);
},
close: function() {
delete vAPI.messaging.channels[this.channelName];