Remove redundancy comment
This commit is contained in:
parent
4fde8ff204
commit
859469c600
@ -586,9 +586,7 @@ window._qutebrowser.caret = (function() {
|
|||||||
* The class handling the Caret Browsing implementation in the page.
|
* The class handling the Caret Browsing implementation in the page.
|
||||||
* Sets up communication with the background page, and then when caret
|
* Sets up communication with the background page, and then when caret
|
||||||
* browsing is enabled, response to various key events to move the 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
|
* or selection within the text content of the document.
|
||||||
* Chrome selection wherever possible, but displays its own flashing
|
|
||||||
* caret using a DIV because there's no native caret available.
|
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
const CaretBrowsing = {};
|
const CaretBrowsing = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user