зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1369586 - Fix eslint error with 'currentZoom' variable never being used in css-grid.js. r=me
This commit is contained in:
Родитель
cee4637db8
Коммит
6cab183898
|
@ -1156,7 +1156,6 @@ CssGridHighlighter.prototype = extend(AutoRefreshHighlighter.prototype, {
|
|||
let { rowStart, rowEnd, columnStart, columnEnd } = area;
|
||||
let { devicePixelRatio } = this.win;
|
||||
let displayPixelRatio = getDisplayPixelRatio(this.win);
|
||||
let currentZoom = getCurrentZoom(this.win);
|
||||
let offset = (displayPixelRatio / 2) % 1;
|
||||
let fontSize = (GRID_AREA_NAME_FONT_SIZE * displayPixelRatio);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче