1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Updating to latest device db.

This commit is contained in:
Gunther Brunner 2014-06-18 14:29:28 +09:00
parent 41eb4d2b17
commit 2f5a882099

View file

@ -38,7 +38,7 @@ datautil.applyData = function(device) {
if (match) {
device.name = match.name.id
device.releasedAt = match.date
device.image = model + '.jpg'
device.image = model + '.jpg' // TODO: check for icon/photo file existence
device.cpu = match.cpu
device.memory = match.memory
}