1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-19 18:47:36 +01:00

Remove reference to sidebox in destructor

This commit is contained in:
Nathan Gray 2013-12-11 23:54:42 +00:00
parent 80ca81ec43
commit d2e2622b77

View File

@ -100,6 +100,7 @@ var AppJS = Class.extend(
*/
destroy: function() {
delete this.et2;
delete this.sidebox;
delete window.app[this.appname];
},