code review

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

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

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

Loading…
Cancel
Save