Skip to content

Commit

Permalink
Rollback to 2.2.1 + backport fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
slackerzz committed Aug 11, 2017
1 parent 3fb0d03 commit e47f732
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions view/frontend/web/css/owl.carousel.min.css

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

4 changes: 2 additions & 2 deletions view/frontend/web/css/owl.theme.default.min.css

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

6 changes: 3 additions & 3 deletions view/frontend/web/js/owl.carousel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion view/frontend/web/js/owlcarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define([
"OwlCarousel-min"
], function($){
return function (config, elem) {
$(elem).addClass('owl-carousel');
$(elem).addClass('owl-carousel');
return $(elem).owlCarousel(config);
}
});

0 comments on commit e47f732

Please sign in to comment.