Merge pull request #30 from jackpoll/patch-1

Add device detection for Lenovo tablet
This commit is contained in:
Faisal Salman 2014-01-02 00:54:02 -08:00
commit 6dc04cdea2

View File

@ -377,7 +377,10 @@
/((nexus\s5))/i,
/(lg)[e;\s-\/]+(\w+)*/i
], [[VENDOR, 'LG'], MODEL, [TYPE, MOBILE]], [
/android.+((IdeaTab[A-Za-z0-9\-\s]+))/i // Lenovo
], [[VENDOR, 'Lenovo'], MODEL, [TYPE, TABLET]], [
/(mobile|tablet);.+rv\:.+gecko\//i // Unidentifiable
], [TYPE, VENDOR, MODEL]
],