mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
code review
This commit is contained in:
parent
9e88d0f60d
commit
32efb93757
1 changed files with 1 additions and 6 deletions
|
|
@ -238,12 +238,7 @@ var targetElements = [];
|
|||
var svgWidth = 0;
|
||||
var svgHeight = 0;
|
||||
|
||||
var rectVolatile = {
|
||||
left: 0,
|
||||
top: 0,
|
||||
width: 0,
|
||||
height: 0
|
||||
};
|
||||
var rectVolatile = { x: 0, y: 0, w: 0, h: 0 };
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue