Skip to content

Commit 24e01d5

Browse files
committed
- Improved scrollable feature
1 parent 4c17964 commit 24e01d5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pagePiling.js",
3-
"version": "1.4",
3+
"version": "1.5",
44
"homepage": "https://github.com/alvarotrigo/pagePiling.js",
55
"authors": [
66
"Alvaro Trigo https://github.com/alvarotrigo"

jquery.pagepiling.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===========================================================
2-
* pagepiling.js 1.4
2+
* pagepiling.js 1.5
33
*
44
* https://github.com/alvarotrigo/fullPage.js
55
* MIT licensed

jquery.pagepiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===========================================================
2-
* pagepiling.js 1.4
2+
* pagepiling.js 1.5
33
*
44
* https://github.com/alvarotrigo/pagePiling.js
55
* MIT licensed
@@ -629,7 +629,7 @@
629629
* Determines whether the active section or slide is scrollable through and scrolling bar
630630
*/
631631
function isScrollable(activeSection){
632-
scrollable = activeSection.find('.pp-scrollable');
632+
scrollable = activeSection.filter('.pp-scrollable');
633633

634634
return scrollable;
635635
}

jquery.pagepiling.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)