Fix browser plugin not updating in real time.

This commit is contained in:
Simo Kinnunen
2014-05-01 20:13:29 +09:00
parent 26b2b1acc6
commit 98ecf57d49
9 changed files with 128 additions and 181 deletions

View File

@@ -42,17 +42,6 @@ module.exports = syrup.serial()
, identity.display.secure
, identity.display.url
)
, new wire.DeviceBrowserMessage(
identity.browser.selected
, identity.browser.apps.map(function(app) {
return new wire.DeviceBrowserAppMessage(
app.id
, app.type
, app.name
, app.selected
)
})
)
, new wire.DevicePhoneMessage(identity.phone)
))
])