summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js
blob: 364e71d7c562484be3ee368af2988f46cbb01066 (plain)
1
2
3
4
5
6
7
8
9

// johanbrook.com/browsers/native-momentum-scrolling-ios-5/
// introduced in iOS5b2. Possible API may change...

Modernizr.addTest("overflowscrolling",function(){
    return Modernizr.testAllProps("overflowScrolling");
});