Skip to content
Permalink
Browse files

- Improved scrollable feature

  • Loading branch information
alvarotrigo committed Mar 30, 2015
1 parent 4c17964 commit 24e01d5291feba57a2f4076363b28f464cd830d6
Showing with 6 additions and 6 deletions.
  1. +1 −1 bower.json
  2. +1 −1 jquery.pagepiling.css
  3. +2 −2 jquery.pagepiling.js
  4. +2 −2 jquery.pagepiling.min.js
@@ -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"
@@ -1,5 +1,5 @@
/* ===========================================================
* pagepiling.js 1.4
* pagepiling.js 1.5
*
* https://github.com/alvarotrigo/fullPage.js
* MIT licensed
@@ -1,5 +1,5 @@
/* ===========================================================
* pagepiling.js 1.4
* pagepiling.js 1.5
*
* https://github.com/alvarotrigo/pagePiling.js
* MIT licensed
@@ -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;
}

Some generated files are not rendered by default. Learn more.

0 comments on commit 24e01d5

Please sign in to comment.
You can’t perform that action at this time.