Skip to content
Permalink
Browse files

- Fixing bug ##103

- Updating version and dist files
  • Loading branch information
alvarotrigo committed Mar 7, 2018
1 parent a6f8d96 commit a47d9e40948711c1055cd71d0a9693f536b97aab
@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*

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

@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
@@ -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

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

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
@@ -1,5 +1,5 @@
/*!
* multiscroll.js 0.1.9
* multiscroll.js 0.2.0
* https://github.com/alvarotrigo/multiscroll.js
* @license MIT licensed
*
@@ -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

Large diffs are not rendered by default.

@@ -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": {

0 comments on commit a47d9e4

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