URLs can now be opened.

This commit is contained in:
Simo Kinnunen
2014-04-21 20:36:32 +09:00
parent 71bf2fd131
commit 33d2862704
6 changed files with 77 additions and 44 deletions

View File

@@ -46,10 +46,10 @@ module.exports = syrup.serial()
identity.browsers.selected
, identity.browsers.apps.map(function(app) {
return new wire.DeviceBrowserAppMessage(
app.name
, app.component
app.id
, app.type
, app.name
, app.selected
, app.icon
)
})
)