1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

code review

This commit is contained in:
gorhill 2015-05-09 07:27:51 -04:00
parent ba8dd756c9
commit dc1180c1e7

View File

@ -658,7 +658,7 @@ vAPI.net.registerListeners = function() {
//},
{
'urls': this.onBeforeRequest.urls || ['<all_urls>'],
'types': this.onBeforeRequest.types || []
'types': this.onBeforeRequest.types || undefined
},
this.onBeforeRequest.extra
);