commit | 5336fd4eb51765459ed1c0605a66bcdcde9663a2 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Oct 09 18:13:51 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Oct 09 18:13:51 2020 +0200 |
tree | 16f61c05c830a07dc4e79b8e979504cfe5af0eb4 | |
parent | 237abc4e9d1ff5901941537f96f19b24b9ae8bf2 [diff] |
Fix wrong hint mirror behaviour in Firefox Change-Id: I9c6b2ff8e24d52bd6c4b4b7856c65946e25f1261
diff --git a/dev/js/spec/hintSpec.js b/dev/js/spec/hintSpec.js index f45496c..79726f3 100644 --- a/dev/js/spec/hintSpec.js +++ b/dev/js/spec/hintSpec.js
@@ -61,7 +61,7 @@ describe('KorAP.InputField', function () { beforeAll(beforeAllFunc); afterAll(afterAllFunc); - var input; + let input; beforeEach(function () { input = document.createElement("input");