From 005de9cf91837dfd50eb5fb1097bd0a3a7ba9ef8 Mon Sep 17 00:00:00 2001 From: hensm Date: Fri, 15 Feb 2019 07:36:28 +0000 Subject: [PATCH] Remove outdated TODO comment --- ext/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/src/main.js b/ext/src/main.js index 0b0ccfc..7901e29 100755 --- a/ext/src/main.js +++ b/ext/src/main.js @@ -332,7 +332,7 @@ let popupPort; /** * Creates popup window for cast destination selection. * Refocusing other browser windows causes the popup window - * to close and returns an API error (TODO). + * to close and returns an API error. */ async function openPopup (shimId) { const width = 350;