Add browser list to device identity.

This commit is contained in:
Simo Kinnunen
2014-04-01 19:29:28 +09:00
parent 2bf8f2352b
commit e17f306d30
11 changed files with 144 additions and 9 deletions

View File

@@ -114,6 +114,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, abi: identity.abi
, sdk: identity.sdk
, display: identity.display
, browsers: identity.browsers
}))
}