Skip to content

Commit bbd2a86

Browse files
committed
Edited js/jquery.mobile.support.js via GitHub
1 parent 7d6ff25 commit bbd2a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function propExists( prop ){
1919
var uc_prop = prop.charAt(0).toUpperCase() + prop.substr(1),
2020
props = (prop + ' ' + vendors.join(uc_prop + ' ') + uc_prop).split(' ');
2121
for(var v in props){
22-
if( fbCSS[ v ] !== undefined ){
22+
if( fbCSS[ props[v] ] !== undefined ){
2323
return true;
2424
}
2525
}

0 commit comments

Comments
 (0)