Skip to content

Commit a47d9e4

Browse files
committed
- Fixing bug ##103
- Updating version and dist files
1 parent a6f8d96 commit a47d9e4

11 files changed

+15
-15
lines changed

dist/jquery.multiscroll.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* multiscroll.js 0.1.9
2+
* multiscroll.js 0.2.0
33
* https://github.com/alvarotrigo/multiscroll.js
44
* @license MIT licensed
55
*

dist/jquery.multiscroll.extensions.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.multiscroll.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* multiscroll.js 0.1.9
2+
* multiscroll.js 0.2.0
33
* https://github.com/alvarotrigo/multiscroll.js
44
* @license MIT licensed
55
*
@@ -335,7 +335,7 @@
335335
$(window).on('resize', resizeHandler);
336336

337337

338-
var previousHeight = windowsHeight;
338+
var previousHeight = windowHeight;
339339

340340
/**
341341
* When resizing is finished, we adjust the slides sizes and positions

dist/jquery.multiscroll.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.multiscroll.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.multiscroll.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.multiscroll.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.multiscroll.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* multiscroll.js 0.1.9
2+
* multiscroll.js 0.2.0
33
* https://github.com/alvarotrigo/multiscroll.js
44
* @license MIT licensed
55
*

jquery.multiscroll.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* multiscroll.js 0.1.9
2+
* multiscroll.js 0.2.0
33
* https://github.com/alvarotrigo/multiscroll.js
44
* @license MIT licensed
55
*
@@ -335,7 +335,7 @@
335335
$(window).on('resize', resizeHandler);
336336

337337

338-
var previousHeight = windowsHeight;
338+
var previousHeight = windowHeight;
339339

340340
/**
341341
* When resizing is finished, we adjust the slides sizes and positions

jquery.multiscroll.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiscroll.js",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
44
"description": "A simple plugin to create split scrolling websites with two vertical scrolling panels.",
55
"main": "jquery.multiscroll.js",
66
"scripts": {

0 commit comments

Comments
 (0)