mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
switched to boolean check and removed the second value. Now this is only true in old webos, where it should be.
This commit is contained in:
parent
14b4cc4a7e
commit
af7451d5ff
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
var fakeBody = $( "<body>" ).prependTo( "html" ),
|
||||
fbCSS = fakeBody[0].style,
|
||||
vendors = ['webkit','moz','o'],
|
||||
webos = window.palmGetResource || window.PalmServiceBridge, //only used to rule out scrollTop
|
||||
webos = "palmGetResource" in window, //only used to rule out scrollTop
|
||||
bb = window.blackberry; //only used to rule out box shadow, as it's filled opaque on BB
|
||||
|
||||
//thx Modernizr
|
||||
|
|
|
|||
Loading…
Reference in a new issue