commit | 24aa0053f7e5a3354674ce60d2fcbb2932daaf96 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Nov 10 11:00:34 2020 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Nov 10 11:00:34 2020 +0100 |
tree | 7dc33f6155ab885a956527772c39821295ebf7c3 | |
parent | a1a7392240f5d52d9ad6a204600b5157e094069e [diff] [blame] |
Rename private attribute _element to _el Change-Id: I9c7a31bd6844636737ffa6456562b997f5e370a3
diff --git a/dev/js/src/hint/menu.js b/dev/js/src/hint/menu.js index bf1a04b..b7e0d49 100644 --- a/dev/js/src/hint/menu.js +++ b/dev/js/src/hint/menu.js
@@ -29,7 +29,7 @@ lengthFieldClass : lengthFieldClass }); obj._context = context; - obj._element.classList.add('hint'); + obj._el.classList.add('hint'); obj._hint = hint; // Make the top item always active