From 859469c600f5d4aa4735a419442672965487bb7b Mon Sep 17 00:00:00 2001 From: Artur Shaikhullin Date: Fri, 19 Jan 2018 22:15:54 +0600 Subject: [PATCH] Remove redundancy comment --- qutebrowser/javascript/webengine_caret.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qutebrowser/javascript/webengine_caret.js b/qutebrowser/javascript/webengine_caret.js index 7dafd9136..e998c5fb8 100644 --- a/qutebrowser/javascript/webengine_caret.js +++ b/qutebrowser/javascript/webengine_caret.js @@ -586,9 +586,7 @@ window._qutebrowser.caret = (function() { * The class handling the Caret Browsing implementation in the page. * Sets up communication with the background page, and then when caret * browsing is enabled, response to various key events to move the caret - * or selection within the text content of the document. Uses the native - * Chrome selection wherever possible, but displays its own flashing - * caret using a DIV because there's no native caret available. + * or selection within the text content of the document. * @constructor */ const CaretBrowsing = {};