Есть часть JS кода:
liFirst = parent.find(block + ' ' + item + ':eq(0)');
liFirst.animate({
marginRight: 0 - liFirst.width()
}, function() {
liFirst.prependTo(liFirst.parent());
},
options.speed);
Консоль вещает об ошибке: Uncaught TypeError: n.easing[this.easing] is not a function
Что я делаю не так?