Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Saguin committed Mar 14, 2016
1 parent bc01c88 commit d347d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/jquery.swipebox.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
}

elements = [];
var index , relType, relVal;
var index, relType, relVal;

// Allow for HTML5 compliant attribute before legacy use of rel
if ( ! relVal ) {
relType = 'data-rel';
relVal = $( this ).attr( relType );
relVal = $( this ).attr( relType );
}

if ( ! relVal ) {
Expand Down

0 comments on commit d347d20

Please sign in to comment.