add bower components to third party
This commit is contained in:
9
third_party/ui/bower_components/modernizr/feature-detects/css-overflow-scrolling.js
vendored
Normal file
9
third_party/ui/bower_components/modernizr/feature-detects/css-overflow-scrolling.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
// johanbrook.com/browsers/native-momentum-scrolling-ios-5/
|
||||
// introduced in iOS5b2. Possible API may change...
|
||||
|
||||
Modernizr.addTest("overflowscrolling",function(){
|
||||
return Modernizr.testAllProps("overflowScrolling");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user