was that getParentElement() method in Application always returned null (due to a very hard to find bug in helma.main.Server).
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
|
|
|
|
function getApplication() {
|
|
return this.getParentElement().getParentElement();
|
|
}
|
|
|
|
|