We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a81d75 commit dc0b1f6Copy full SHA for dc0b1f6
_site/app.js
@@ -1451,7 +1451,7 @@
1451
},
1452
1453
remove: function() {
1454
- this.el.remove();
+ if ( this.el !== null ) { this.el.remove(); }
1455
this.fire("removed", this );
1456
this.removeAllObservers();
1457
this.el = null;
src/app/ui/abstractWidget/abstractWidget.js
@@ -32,7 +32,7 @@
32
33
34
35
36
37
38
0 commit comments