sysapps / runtime

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

getSelf, getInstalled, getAll returning "array containing applications" #15

Closed jmajnert closed 11 years ago

jmajnert commented 11 years ago

The runtime spec defines methods ApplicationRegistry::getSelf(), ApplicationRegistry::getInstalled() and ApplicationManagement::getAll() as returning "array containing applications". I think the description should explicitly state that it should be an array of Application objects representing the applications.

mounirlamouri commented 11 years ago

Fixed by commit 860e02a.