commit | 37ea119d19585cffa92c095fc2fac68ab57752a2 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jul 28 10:40:14 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Aug 03 18:55:37 2021 +0200 |
tree | 5ef2fe58ca3e013097b4203ae0d2bd2c4509cb3a | |
parent | 0c2cf0e4ec6b59a6277b274159a1904195c59173 [diff] [blame] |
Make actions private in panels and views Change-Id: I3f2c68c6e51525bbba96c24c4fddf9f9498333b1
diff --git a/dev/js/src/match.js b/dev/js/src/match.js index df7db03..6c9fe6e 100644 --- a/dev/js/src/match.js +++ b/dev/js/src/match.js
@@ -166,7 +166,7 @@ // Insert before reference line refLine.insertBefore( - t.panel.actions.element(), + t.panel.actions().element(), refLine.firstChild );