Workaround for issue #8

This commit is contained in:
Faisalman 2013-01-15 19:22:44 +07:00 committed by Faisal Salman
parent a6610646ca
commit b99546072d

View File

@ -120,6 +120,16 @@
}
},
device : {
htc : {
model : {
'Evo Shift 4G' : '7373KT'
}
}
},
os : {
windows : {
@ -240,7 +250,10 @@
/(nintendo|playstation)\s([wids3portablev]+)/i // Nintendo/Playstation
], [VENDOR, MODEL, [TYPE, CONSOLE]], [
/(sprint\sapa)(\w+)/i
], [[VENDOR, 'HTC'], [MODEL, maps.device.htc.model], [TYPE, MOBILE]], [
/(htc)[;_\s-]+([\w\s]+(?=\))|\w+)*/i, // HTC
/(zte)-(\w+)*/i // ZTE
], [VENDOR, [MODEL, /_/g, ' '], [TYPE, MOBILE]], [