diff --git a/js/adapt-contrib-hotgraphic.js b/js/adapt-contrib-hotgraphic.js index d2fc360..dd03a1e 100644 --- a/js/adapt-contrib-hotgraphic.js +++ b/js/adapt-contrib-hotgraphic.js @@ -95,7 +95,9 @@ define(function(require) { newNarrative.setupNarrative(); $container.append(newNarrative.$el); Adapt.trigger('device:resize'); - this.remove(); + _.defer(_.bind(function () { + this.remove(); + }, this)); }, prepareNarrativeModel: function() {