Skip to content

Commit

Permalink
Fixes currentPanel class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Batdorf committed Nov 30, 2013
1 parent 6578b17 commit 18fcad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.liquid-slider.js
Expand Up @@ -731,7 +731,7 @@ if (typeof Object.create !== 'function') {
});
}
// Set current panel class
self.$panelClass.eq(self.nextPanel)
self.$panelClass.eq(self.sanatizeNumber(self.nextPanel) - 1 )
.addClass('currentPanel')
.siblings().removeClass('currentPanel');
},
Expand Down

0 comments on commit 18fcad7

Please sign in to comment.