Rename identity.browsers to identity.browser.

This commit is contained in:
Simo Kinnunen
2014-04-22 10:31:53 +09:00
parent 9375fd7fe6
commit 0dfc502e80
5 changed files with 9 additions and 9 deletions

View File

@@ -42,9 +42,9 @@ module.exports = syrup.serial()
, identity.display.secure
, identity.display.url
)
, new wire.DeviceBrowsersMessage(
identity.browsers.selected
, identity.browsers.apps.map(function(app) {
, new wire.DeviceBrowserMessage(
identity.browser.selected
, identity.browser.apps.map(function(app) {
return new wire.DeviceBrowserAppMessage(
app.id
, app.type