Searched refs:getItemForDirection (Results 1 – 2 of 2) sorted by relevance
372 Carousel.prototype.getItemForDirection = function (direction, active) { method in Carousel419 var $next = next || this.getItemForDirection(type, $active)
6 …getItemForDirection=function(t,e){var i=this.getItemIndex(e);if(("prev"==t&&0===i||"next"==t&&i==t… method in c