added getApplication ()

This commit is contained in:
stefanp 2002-12-02 12:18:59 +00:00
parent e34e5a0ee3
commit c52925d414

View file

@ -27,3 +27,8 @@ function translateType (filter) {
}
function getApplication () {
return this.getParentElement ();
}