Skip to content

Commit

Permalink
- Improved scrollable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Mar 30, 2015
1 parent 4c17964 commit 24e01d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pagePiling.js",
"version": "1.4",
"version": "1.5",
"homepage": "https://github.com/alvarotrigo/pagePiling.js",
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
Expand Down
2 changes: 1 addition & 1 deletion jquery.pagepiling.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
* pagepiling.js 1.4
* pagepiling.js 1.5
*
* https://github.com/alvarotrigo/fullPage.js
* MIT licensed
Expand Down
4 changes: 2 additions & 2 deletions jquery.pagepiling.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
* pagepiling.js 1.4
* pagepiling.js 1.5
*
* https://github.com/alvarotrigo/pagePiling.js
* MIT licensed
Expand Down Expand Up @@ -629,7 +629,7 @@
* Determines whether the active section or slide is scrollable through and scrolling bar
*/
function isScrollable(activeSection){
scrollable = activeSection.find('.pp-scrollable');
scrollable = activeSection.filter('.pp-scrollable');

return scrollable;
}
Expand Down
4 changes: 2 additions & 2 deletions jquery.pagepiling.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24e01d5

Please sign in to comment.