Skip to content

Commit 3c1c79b

Browse files
committed
Merge branch 'master' of github.com:jquerytools/jquerytools into dev
2 parents ace9fb6 + d65b237 commit 3c1c79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrollable/scrollable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393

9494
getItems: function() {
95-
return itemWrap.children(conf.item).not("." + conf.clonedClass);
95+
return itemWrap.find(conf.item).not("." + conf.clonedClass);
9696
},
9797

9898
move: function(offset, time) {

0 commit comments

Comments
 (0)