Skip to content

Commit

Permalink
minor: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jul 15, 2015
1 parent 2aadea8 commit 9aa67fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.fullPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@

//isn't there a next slide in the secuence?
if(!destiny.length){
//respect loopHorizontal settin
//respect loopHorizontal setting
if (!options.loopHorizontal) return;

if(direction === 'prev'){
Expand Down

0 comments on commit 9aa67fe

Please sign in to comment.