@folklore/ads
Advanced tools
Comparing version 0.0.63 to 0.0.64
@@ -206,2 +206,3 @@ 'use strict'; | ||
} | ||
this.emit('destroy', this); | ||
this.removeAllListeners(); | ||
@@ -213,3 +214,2 @@ this.adSlot = null; | ||
this.destroyed = true; | ||
this.emit('destroy', this); | ||
} | ||
@@ -216,0 +216,0 @@ getElementId() { |
@@ -188,2 +188,3 @@ import PropTypes from 'prop-types'; | ||
} | ||
this.emit('destroy', this); | ||
this.removeAllListeners(); | ||
@@ -195,3 +196,2 @@ this.adSlot = null; | ||
this.destroyed = true; | ||
this.emit('destroy', this); | ||
} | ||
@@ -198,0 +198,0 @@ getElementId() { |
{ | ||
"name": "@folklore/ads", | ||
"version": "0.0.63", | ||
"version": "0.0.64", | ||
"description": "Ads library", | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5758c6b7d203e04862d82991e990b9f806485da3", | ||
"gitHead": "774cbc9e93dc59d16e4b503264a3fbe1cca945d3", | ||
"dependencies": { | ||
@@ -56,0 +56,0 @@ "@folklore/hooks": "^0.0.58", |