1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

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

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