{I" class:ETI"BundledAsset; FI"logical_path; TI"#foundation/foundation.orbit.js; FI" pathname; TI"x/home/meddle/.rbenv/versions/2.0.0-p353/gemsets/yatoto/gems/zurb-foundation-4.0.9/js/foundation/foundation.orbit.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+€ƒœRI"length; TiË8I"digest; TI"%6313e1a807537a671bfa3a89f2dd8309; FI"source; TI"Ë8;(function ($, window, document, undefined) { 'use strict'; Foundation.libs = Foundation.libs || {}; Foundation.libs.orbit = { name: 'orbit', version: '4.0.0', settings: { timer_speed: 10000, animation_speed: 500, bullets: true, stack_on_small: true, container_class: 'orbit-container', stack_on_small_class: 'orbit-stack-on-small', next_class: 'orbit-next', prev_class: 'orbit-prev', timer_container_class: 'orbit-timer', timer_paused_class: 'paused', timer_progress_class: 'orbit-progress', slides_container_class: 'orbit-slides-container', bullets_container_class: 'orbit-bullets', bullets_active_class: 'active', slide_number_class: 'orbit-slide-number', caption_class: 'orbit-caption', active_slide_class: 'active', orbit_transition_class: 'orbit-transitioning' }, init: function (scope, method, options) { var self = this; Foundation.inherit(self, 'data_options'); if (typeof method === 'object') { $.extend(true, self.settings, method); } $('[data-orbit]', scope).each(function(idx, el) { var scoped_self = $.extend(true, {}, self); scoped_self._init(idx, el); }); }, _container_html: function() { var self = this; return '
'; }, _bullets_container_html: function($slides) { var self = this, $list = $('