{I" class:ETI"BundledAsset;FI"logical_path;TI"transponder/service.js;FI" pathname;TI"ˆ/Users/zacksiri/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/transponder-0.10.2/lib/assets/javascripts/transponder/service.coffee;FI"content_type;TI"application/javascript;TI" mtime;Tl+ªà³RI" length;TivI" digest;TI"%73e9eb520640883bc510877861f3fb5a;FI" source;TI"v(function() { Transponder.Service = (function() { Service.prototype.serviceName = null; Service.prototype.element = null; Service.prototype.module = null; function Service() { var serviceEvent, _this; if (this.serviceName == null) { throw new Transponder.InvalidService('no service name specified.'); } _this = this; serviceEvent = "" + _this.module + ":services:" + _this.serviceName; $(document).on(serviceEvent, function(e) { var service; service = _this.serviceName; return $("." + service + ":not(" + service + "_active)").each(function(i, e) { _this.element = $(this); _this.element.addClass("" + service + "_active"); return _this.serve(); }); }); } Service.prototype.serve = function() {}; return Service; })(); }).call(this); ;TI"required_assets_digest;TI"%4057c0cc0d6372d2edfbe9e5ae14cb19;FI" _version;TI"%a56df69ef97ba4d9f1a23bf9b0add58a;F