Bug 1488055 - followup fix to enable the click handler actor in sidebar, r=mconley

Depends on D5196

Differential Revision: https://phabricator.services.mozilla.com/D5780

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Shane Caraveo 2018-09-13 17:00:47 +00:00
Родитель 96bbc1cbf8
Коммит 222014aa9f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -71,7 +71,6 @@ let ACTORS = {
ClickHandler: {
child: {
module: "resource:///actors/ClickHandlerChild.jsm",
group: "browsers",
events: {
"click": {capture: true, mozSystemGroup: true},
},