mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Add getController method to get access to nm controller object
This commit is contained in:
parent
0065f9b044
commit
b47a0917d2
@ -167,6 +167,9 @@ var et2_nextmatch = /** @class */ (function (_super) {
|
||||
this.dynheight.destroy();
|
||||
_super.prototype.destroy.call(this);
|
||||
};
|
||||
et2_nextmatch.prototype.getController = function () {
|
||||
return this.controller;
|
||||
};
|
||||
/**
|
||||
* Loads the nextmatch settings
|
||||
*
|
||||
|
@ -324,6 +324,11 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
super.destroy();
|
||||
}
|
||||
|
||||
getController()
|
||||
{
|
||||
return this.controller;
|
||||
}
|
||||
|
||||
/**
|
||||
* Loads the nextmatch settings
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user