Get device type defined by Firefox

This commit is contained in:
Faisalman 2012-11-06 12:24:12 +07:00
parent 4efb13be3e
commit e1d3f25bf8

View File

@ -224,7 +224,10 @@
/android\s3\.[\s\w-;]{10}(lg?)-([06cv9]{3,4})/i // LG /android\s3\.[\s\w-;]{10}(lg?)-([06cv9]{3,4})/i // LG
], [['vendor', 'LG'], 'model', ['type', 'Tablet']], [ ], [['vendor', 'LG'], 'model', ['type', 'Tablet']], [
/(lg)[e;\s-\/]+(\w+)*/i /(lg)[e;\s-\/]+(\w+)*/i
], [['vendor', 'LG'], 'model', ['type', 'Mobile']] ], [['vendor', 'LG'], 'model', ['type', 'Mobile']], [
/(mobile|tablet);.+rv\:.+gecko\//i // Unidentifiable
], ['type', 'vendor', 'model']
], ],
engine : [[ engine : [[