Skip to content

Commit

Permalink
- Fixing bug ##103
Browse files Browse the repository at this point in the history
- Updating version and dist files
  • Loading branch information
alvarotrigo committed Mar 7, 2018
1 parent a6f8d96 commit a47d9e4
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.multiscroll.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.multiscroll.extensions.min.js

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

4 changes: 2 additions & 2 deletions dist/jquery.multiscroll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
Expand Down Expand Up @@ -335,7 +335,7 @@
$(window).on('resize', resizeHandler);


var previousHeight = windowsHeight;
var previousHeight = windowHeight;

/**
* When resizing is finished, we adjust the slides sizes and positions
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.multiscroll.min.css

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

2 changes: 1 addition & 1 deletion dist/jquery.multiscroll.min.css.map

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

4 changes: 2 additions & 2 deletions dist/jquery.multiscroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.multiscroll.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jquery.multiscroll.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
Expand Down
4 changes: 2 additions & 2 deletions jquery.multiscroll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
Expand Down Expand Up @@ -335,7 +335,7 @@
$(window).on('resize', resizeHandler);


var previousHeight = windowsHeight;
var previousHeight = windowHeight;

/**
* When resizing is finished, we adjust the slides sizes and positions
Expand Down
4 changes: 2 additions & 2 deletions jquery.multiscroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiscroll.js",
"version": "0.1.9",
"version": "0.2.0",
"description": "A simple plugin to create split scrolling websites with two vertical scrolling panels.",
"main": "jquery.multiscroll.js",
"scripts": {
Expand Down

0 comments on commit a47d9e4

Please sign in to comment.