code review

This commit is contained in:
gorhill 2015-05-09 07:27:51 -04:00
parent ba8dd756c9
commit dc1180c1e7
1 changed files with 1 additions and 1 deletions

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
);