Bug 1369586 - Fix eslint error with 'currentZoom' variable never being used in css-grid.js. r=me

This commit is contained in:
Gabriel Luong 2017-06-05 15:41:27 -04:00
Родитель cee4637db8
Коммит 6cab183898
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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