Bug 1506604 - bind onDetachedFront to proper instance. r=pbro

This commit is contained in:
JZ 2018-11-14 14:37:26 -05:00
parent a1303589fd
commit 0f7b4593e0

View File

@ -1430,6 +1430,7 @@ function ComputedViewTool(inspector, window) {
this.computedView = new CssComputedView(this.inspector, this.document,
this.inspector.pageStyle);
this.onDetachedFront = this.onDetachedFront.bind(this);
this.onSelected = this.onSelected.bind(this);
this.refresh = this.refresh.bind(this);
this.onPanelSelected = this.onPanelSelected.bind(this);