ionic.views.Slider = ionic.views.View.inherit({ initialize: function (options) { . . . function setup() { . . . // set continuous to false if only one slide if (slides.length < 2) options.continuous = false; //special case if two slides if (browser.t…