Skip to content

Commit

Permalink
Merge pull request #24 from JCB-K/master
Browse files Browse the repository at this point in the history
Fixed issue #22
  • Loading branch information
jcobb committed Feb 14, 2012
2 parents 696c342 + 73cec07 commit 8071322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/basic-jquery-slider.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
useCaptions: true
},
$container = this,
$slider = $('ul.bjqs'),
$slider = $container.find('.bjqs'),
slides = $slider.children('li'),
slideCount = slides.length,
animating = false,
Expand Down
2 changes: 1 addition & 1 deletion js/basic-jquery-slider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8071322

Please sign in to comment.