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

#423: code review

This commit is contained in:
gorhill 2014-12-19 14:04:17 -05:00
parent 6fc7f96a48
commit 0cdc703f13

View File

@ -34,13 +34,13 @@
/******************************************************************************/
// Because Safari
if ( vAPI.canExecuteContentScript() !== true ) {
// Because in case
if ( !vAPI ) {
return;
}
// Because in case
if ( !vAPI ) {
// Because Safari
if ( vAPI.canExecuteContentScript() !== true ) {
return;
}