Skip to content

Commit 2d2919b

Browse files
committed
- Updating version and dist files alvarotrigo#2203
1 parent 585045f commit 2d2919b

12 files changed

+17
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![preview](https://raw.github.com/alvarotrigo/fullPage.js/master/examples/imgs/intro.png)
44
![compatibility](https://raw.github.com/alvarotrigo/fullPage.js/master/examples/imgs/compatible.gif)
55

6-
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v2.8.3-brightgreen.svg)
6+
![fullPage.js version](http://img.shields.io/badge/fullPage.js-v2.8.4-brightgreen.svg)
77
[![License](http://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)
88
7Kb gziped!
99

dist/jquery.fullpage.css

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

dist/jquery.fullpage.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 2.8.3
2+
* fullPage 2.8.4
33
* https://github.com/alvarotrigo/fullPage.js
44
* @license MIT licensed
55
*
@@ -94,7 +94,8 @@
9494
mouseWheel: true,
9595
hideScrollbars: false,
9696
fadeScrollbars: false,
97-
disableMouse: true
97+
disableMouse: true,
98+
interactiveScrollbars: true
9899
};
99100

100101
$.fn.fullpage = function(options) {
@@ -503,7 +504,6 @@
503504
getTransforms: getTransforms,
504505
lazyLoad: lazyLoad,
505506
addAnimation: addAnimation,
506-
getTransforms: getTransforms,
507507
performHorizontalMove: performHorizontalMove,
508508
silentLandscapeScroll: silentLandscapeScroll
509509
}
@@ -992,9 +992,8 @@
992992
if(options.anchors.length){
993993
//needed to enter in hashChange event when using the menu with anchor links
994994
lastScrolledDestiny = anchorLink;
995-
996-
setState(slideIndex, slideAnchorLink, anchorLink, sectionIndex);
997995
}
996+
setState(slideIndex, slideAnchorLink, anchorLink, sectionIndex);
998997
}
999998

1000999
//small timeout in order to avoid entering in hashChange event when scrolling is not finished yet

dist/jquery.fullpage.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fullpage.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.fullpage.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.

dist/jquery.fullpage.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.fullPage.css

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

jquery.fullPage.js

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

jquery.fullPage.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.

jquery.fullPage.scss

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fullpage.js",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"description": "Create beautiful fullscreen scrolling websites",
55
"main": "jquery.fullPage.js",
66
"scripts": {

0 commit comments

Comments
 (0)