Bug 768276. Part 4 - Set allAppsLaunchable = true for b2g. r=fabrice

This commit is contained in:
Felipe Gomes 2012-06-29 13:46:21 -07:00
parent 93866335fc
commit b55cac9fd8

View File

@ -451,6 +451,7 @@ var WebappsHelper = {
init: function webapps_init() {
Services.obs.addObserver(this, "webapps-launch", false);
Services.obs.addObserver(this, "webapps-ask-install", false);
DOMApplicationRegistry.allAppsLaunchable = true;
},
registerInstaller: function webapps_registerInstaller(data) {