Index: dojo-release-1.3.2-src/dijit/TitlePane.js =================================================================== --- dojo-release-1.3.2-src.orig/dijit/TitlePane.js 2010-05-07 12:30:00.000000000 +0530 +++ dojo-release-1.3.2-src/dijit/TitlePane.js 2010-05-07 12:31:09.000000000 +0530 @@ -145,6 +145,13 @@ this._setCss(); }, + destroy: function(){ + this._wipeIn && this._wipeIn.destroy(); + this._wipeOut && this._wipeOut.destroy(); + + this.inherited(arguments); + }, + _setCss: function(){ // summary: // Set the open/close css state for the TitlePane