Skip to content

Commit

Permalink
Merge commit '83305a9'
Browse files Browse the repository at this point in the history
Conflicts:
	modules/carousel/jetpack-carousel.js
  • Loading branch information
cathyjf committed Apr 7, 2014
2 parents 4e98ea5 + 83305a9 commit cbaf41f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/carousel/jetpack-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ jQuery(document).ready(function($) {


// Load the images for the next and previous slides.
$( next ).add( previous ).each(function() {
$( next ).add( previous ).each( function() {
gallery.jp_carousel( 'loadFullImage', $( this ) );
});

Expand Down Expand Up @@ -948,7 +948,6 @@ jQuery(document).ready(function($) {
return args.orig_file;
},


originalDimensions: function() {
var splitted = $(this).data('orig-size').split(',');
return {width: parseInt(splitted[0], 10), height: parseInt(splitted[1], 10)};
Expand Down

0 comments on commit cbaf41f

Please sign in to comment.