We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7462e commit f532425Copy full SHA for f532425
README.md
@@ -79,7 +79,6 @@ $(document).ready(function() {
79
css3: false,
80
paddingTop: 0,
81
paddingBottom: 0,
82
- fixedElements: null,
83
normalScrollElements: null,
84
keyboardScrolling: true,
85
touchSensitivity: 5,
jquery.multiscroll.js
@@ -25,7 +25,6 @@
25
'css3': false,
26
'paddingTop': 0,
27
'paddingBottom': 0,
28
- 'fixedElements': null,
29
'normalScrollElements': null,
30
'keyboardScrolling': true,
31
'touchSensitivity': 5,
0 commit comments