Fix crash in d-figure

This commit is contained in:
Ludwig Schubert
2017-08-23 11:50:33 -07:00
parent 75cca6c7cd
commit 50a3a49fd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export class Figure extends HTMLElement {
ready() {
this._ready = true;
this.marginObserver.unobserve(this);
Figure.marginObserver.unobserve(this);
const event = new CustomEvent('ready');
this.dispatchEvent(event);
}