Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Oct 18, 2013
1 parent 19baf20 commit 62c662e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/galleria.js
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@ Galleria.prototype = {
}

self.$( 'images' ).find( 'iframe' ).remove();
self.$( 'images' ).find( '.galleria-frame' ).css('opacity', 0)
self.$( 'images' ).find( '.galleria-frame' ).css('opacity', 0);

var src = self.isFullscreen() && data.big ? data.big : ( data.image || data.iframe ),
image = self._controls.slides[index],
Expand Down Expand Up @@ -4780,7 +4780,7 @@ this.prependChild( 'info', 'myElement' );
.addClass( 'active' )
.siblings( '.active' )
.removeClass( 'active' );

var complete = function() {

self._layers[index].innerHTML = self.getData().layer || '';
Expand All @@ -4791,7 +4791,7 @@ this.prependChild( 'info', 'myElement' );
self._playCheck();
};

setTimeout(function() {
window.setTimeout(function() {

// load if not ready
if ( !image.ready ) {
Expand Down Expand Up @@ -6990,4 +6990,4 @@ $.fn.galleria = function( options ) {

// phew

}( jQuery ) );
}( jQuery ) );

0 comments on commit 62c662e

Please sign in to comment.