o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1396088398.016612:@value"	{I"
class:ETI"ProcessedAsset;�FI"logical_path;�TI".locomotive/views/shared/list_item_view.js;�FI"
pathname;�TI"�/Users/didier/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/bundler/gems/engine-c0bddd719ddf/app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee;�FI"content_type;�TI"application/javascript;�TI"
mtime;�TI"2014-03-29T11:18:01+01:00;�TI"length;�Ti�I"digest;�TI"%f8f96a4a43e7b1080c69893b32d26fa3;�FI"source;�TI"�(function() {
  var _base,
    __hasProp = {}.hasOwnProperty,
    __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };

  (_base = Locomotive.Views).Shared || (_base.Shared = {});

  Locomotive.Views.Shared.ListItemView = (function(_super) {
    __extends(ListItemView, _super);

    function ListItemView() {
      return ListItemView.__super__.constructor.apply(this, arguments);
    }

    ListItemView.prototype.tagName = 'li';

    ListItemView.prototype.events = {
      'click a.remove': 'remove_item'
    };

    ListItemView.prototype.template = function() {};

    ListItemView.prototype.render = function() {
      $(this.el).html(this.template()(this.model.toJSON()));
      return this;
    };

    ListItemView.prototype.remove_item = function(event) {
      event.stopPropagation() & event.preventDefault();
      if (confirm($(event.target).data('confirm'))) {
        return this.model.destroy();
      }
    };

    return ListItemView;

  })(Backbone.View);

}).call(this);
;�TI"dependency_digest;�TI"%383b983b1a58001d3d9d0c599ba2a18f;�FI"required_paths;�T[I"�/Users/didier/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/bundler/gems/engine-c0bddd719ddf/app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee;�FI"dependency_paths;�T[{I"	path;�TI"�/Users/didier/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/bundler/gems/engine-c0bddd719ddf/app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee;�FI"
mtime;�TI"2014-03-29T11:18:01+01:00;�TI"digest;�TI"%03c1c718abd61ab1c1473238c9e5c8a3;�FI"
_version;�TI"%ffd318ca8b794f42f5029101c2cf5d91;�F