summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js')
-rw-r--r--source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js b/source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js
new file mode 100644
index 0000000..364e71d
--- /dev/null
+++ b/source/bower_components/modernizr/feature-detects/css-overflow-scrolling.js
@@ -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");
+});
+
+