composer-web-view: remove unused variable

Fixes LGTM warning "Unused variable state."

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
Konstantin Kharlamov 2019-03-22 01:50:40 +03:00
parent b76755107c
commit 0f773f9e21

View file

@ -32,8 +32,6 @@ ComposerPageState.prototype = {
this.nextSelectionId = 0;
this.cursorContext = null;
let state = this;
document.addEventListener("click", function(e) {
if (e.target.tagName == "A") {
e.preventDefault();