1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00
This commit is contained in:
gorhill 2014-12-17 10:09:08 -05:00
parent a7c9134bf6
commit ceb36732cc

View File

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