Searched refs:getItemForDirection (Results 1 – 2 of 2) sorted by relevance
366 Carousel.prototype.getItemForDirection = function (direction, active) { method in Carousel413 var $next = next || this.getItemForDirection(type, $active)
6 …getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==thi… method in c