From c2a0de8202628c63c3aba53a746f412a7f162598 Mon Sep 17 00:00:00 2001 From: dkanada Date: Wed, 11 Sep 2019 15:35:37 -0700 Subject: [PATCH] improve comments for tv layout css --- src/components/emby-button/emby-button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/emby-button/emby-button.js b/src/components/emby-button/emby-button.js index 8134ba3070..be52b1d512 100644 --- a/src/components/emby-button/emby-button.js +++ b/src/components/emby-button/emby-button.js @@ -26,10 +26,10 @@ define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css } this.classList.add('emby-button'); + // TODO replace all instances of element-showfocus with this method if (layoutManager.tv) { // handles all special css for tv layout - // the old method was element-showfocus - // this method utilizes class chaining instead + // this method utilizes class chaining this.classList.add('show-focus'); } };