mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
jshint
This commit is contained in:
parent
a7c9134bf6
commit
ceb36732cc
@ -20,8 +20,7 @@
|
||||
*/
|
||||
|
||||
/* jshint bitwise: false */
|
||||
/* global µBlock */
|
||||
'use strict';
|
||||
/* global vAPI, µBlock */
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
@ -37,6 +36,8 @@ To create a log of net requests
|
||||
|
||||
µBlock.PageStore = (function() {
|
||||
|
||||
'use strict';
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
var µb = µBlock;
|
||||
|
Loading…
Reference in New Issue
Block a user