added blank onRequest()
This commit is contained in:
parent
38ec696cf2
commit
d3837363e9
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* construct an application object so that we can use
|
* construct an application object so that we can use
|
||||||
* skins for non-active applications too
|
* skins for non-active applications too
|
||||||
|
@ -8,6 +9,12 @@ function constructor(name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* of no use, just to avoid error message
|
||||||
|
*/
|
||||||
|
function onRequest () {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* return true/false to determine if application is running
|
* return true/false to determine if application is running
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
/**
|
||||||
|
* of no use, just to avoid error message
|
||||||
|
*/
|
||||||
|
function onRequest () {
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* lists all applications in appdir.
|
* lists all applications in appdir.
|
||||||
* for active apps use this.getApplications() = helma.main.Server.getApplications()
|
* for active apps use this.getApplications() = helma.main.Server.getApplications()
|
||||||
|
|
Loading…
Add table
Reference in a new issue