sysapps / runtime

Runtime and Security Model for Hosted Web Applications and Packaged Applications
6 stars 13 forks source link

ApplicationManagement oninstall and onuninstall handler argument #19

Closed jmajnert closed 11 years ago

jmajnert commented 11 years ago

For the oninstall and onuninstall handlers, the spec says: "The only argument to this function will be the AppObject of the application that was (un)installed". The AppObject is not defined in the spec. Should it be Application object or maybe one of the types defined in Application Event Types (please also see issue https://github.com/sysapps/runtime/issues/18 )?

mounirlamouri commented 11 years ago

This has been fixed by commit 257d8ca.