mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
Add missing destroy() to avoid error when destroying
This commit is contained in:
@ -53,6 +53,15 @@ export class et2_dataview_rowProvider
|
||||
this._createLoadingPrototype();
|
||||
}
|
||||
|
||||
public destroy()
|
||||
{
|
||||
this._template = null;
|
||||
this._mgrs = null;
|
||||
this._rootWidget = null;
|
||||
this._prototypes = {};
|
||||
this._columnIds = [];
|
||||
}
|
||||
|
||||
public getColumnCount()
|
||||
{
|
||||
return this._columnIds.length;
|
||||
|
Reference in New Issue
Block a user