Resets the widget back to its original state.
this._loadedImages = {}; dojo.forEach(this._thumbs, function(img){ if(img){ // dojo.event.browser.clean(img); if(img.parentNode){ img.parentNode.removeChild(img); } } }); this._thumbs = []; this.isInitialized = false; this._noImages = true;