Skip to content

Commit

Permalink
fixed multiple instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Klapwijk committed Feb 14, 2012
1 parent 696c342 commit 73cec07
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 73cec07

Please sign in to comment.