8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
|
|
||
|
|
||
|
function getApplication() {
|
||
|
return this.getParentElement().getParentElement();
|
||
|
}
|
||
|
|
||
|
|