moveToPrevious: function()

in themes/lucene/static/javascript/lucene/slides.js [77:81]


	moveToPrevious: function (event) {
		if (event) { Event.stop(event); }
		//this.stopSlideshow();
  		this.updateSlide(this.current_slide-1);
	},