Skip to content

Commit

Permalink
new build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Jehl committed Aug 16, 2012
1 parent 1d3bc53 commit 6a9cdcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/responsive-carousel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Responsive Carousel - v0.1.0 - 2012-08-08
/*! Responsive Carousel - v0.1.0 - 2012-08-16
* https://github.com/filamentgroup/responsive-carousel
* Copyright (c) 2012 Filament Group, Inc.; Licensed MIT, GPL */

Expand Down Expand Up @@ -108,7 +108,7 @@
_transitionStart: function( $from, $to, reverseClass ){
var $self = $(this);

$to.one( navigator.userAgent.indexOf( "AppleWebKit" ) ? "webkitTransitionEnd" : "transitionEnd", function(){
$to.one( navigator.userAgent.indexOf( "AppleWebKit" ) > -1 ? "webkitTransitionEnd" : "transitionend", function(){
$self[ pluginName ]( "_transitionEnd", $from, $to, reverseClass );
});

Expand Down
4 changes: 2 additions & 2 deletions dist/responsive-carousel.min.js

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

0 comments on commit 6a9cdcc

Please sign in to comment.