code review

pull/2/head
gorhill 9 years ago
parent 36cb60fe30
commit 855833c978

@ -45,7 +45,7 @@ if ( !window.location ) {
}
// This can happen
if ( !vAPI ) {
if ( typeof vAPI !== 'object' ) {
//console.debug('contentscript-end.js > vAPI not found');
return;
}

@ -44,7 +44,7 @@ if ( !window.location ) {
}
// This can happen
if ( !vAPI ) {
if ( typeof vAPI !== 'object' ) {
//console.debug('contentscript-start.js > vAPI not found');
return;
}

Loading…
Cancel
Save