mistic100 / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
mistic100.github.io/jQCloud
MIT License
268 stars 106 forks source link

namespace in .jQCloud('destroy') - v2.0.1 #7

Closed dascheib closed 9 years ago

dascheib commented 9 years ago

For removing the children of a TagCloud from DOM you collect them using the namespace in a jQuery-selector. But instead of receiving the namespace over "this.data.namespace" just "this.namespace" is used. So the children cannot be found and aren't removed from DOM.