ludei / atomic-plugins-ads

Atomic Plugins for Ads
http://atomic-plugins.com/
Mozilla Public License 2.0
18 stars 22 forks source link

Undefined variable id in releaseBanner method #1

Open BenjaminHarding opened 8 years ago

BenjaminHarding commented 8 years ago

Using the Cocoon.Ad.releaseBanner method generates an undefined variable error.

// Currently is
delete this.activeAds[id];
//Should be 
delete this.activeAds[banner.id];