Skip to content

Commit d65b237

Browse files
juanghurtadotipiirai
authored andcommitted
Changed "children" to "find" on getItems method
1 parent 3e1e522 commit d65b237

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)