Skip to content

Commit

Permalink
fix: add new version due to new dependencies produce different output
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmax committed Jan 22, 2016
1 parent 7f9d0f7 commit 9373319
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/js/jquery.lory.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ return /******/ (function(modules) { // webpackBootstrap

position.x = slides[index].offsetLeft * -1;

transitionEndCallback = function () {
transitionEndCallback = function transitionEndCallback() {
translate(slides[index].offsetLeft * -1, 0, undefined);
};
}
Expand Down
2 changes: 1 addition & 1 deletion demo/js/lory.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ return /******/ (function(modules) { // webpackBootstrap

position.x = slides[index].offsetLeft * -1;

transitionEndCallback = function () {
transitionEndCallback = function transitionEndCallback() {
translate(slides[index].offsetLeft * -1, 0, undefined);
};
}
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.lory.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ return /******/ (function(modules) { // webpackBootstrap

position.x = slides[index].offsetLeft * -1;

transitionEndCallback = function () {
transitionEndCallback = function transitionEndCallback() {
translate(slides[index].offsetLeft * -1, 0, undefined);
};
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lory.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ return /******/ (function(modules) { // webpackBootstrap

position.x = slides[index].offsetLeft * -1;

transitionEndCallback = function () {
transitionEndCallback = function transitionEndCallback() {
translate(slides[index].offsetLeft * -1, 0, undefined);
};
}
Expand Down

0 comments on commit 9373319

Please sign in to comment.