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:
parent
b76755107c
commit
0f773f9e21
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue