o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357820267.465833: @value"B {I" class:EFI"BundledAsset;FI"logical_path;FI"0iugu-ux/components/usecode/iugu-ui-table.js;TI" pathname;FI"„/Users/nkr/.rvm/gems/ruby-1.9.3-p327/gems/iugu-ux-0.8.7/vendor/assets/javascripts/iugu-ux/components/usecode/iugu-ui-table.js.coffee;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-01-09T15:40:06-02:00;FI" length;FiI" digest;F"%aa16f8c136e7430f9a1a832f62a2b80aI" source;FI"(function() { var __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; }; IuguUI.Table = (function(_super) { __extends(Table, _super); function Table() { return Table.__super__.constructor.apply(this, arguments); } Table.prototype.layout = "iugu-ui-table"; Table.prototype.defaults = { itemLayout: "iugu-ui-table-row", itemTagName: "tr", itemClassName: "table-row" }; Table.prototype.events = { 'click .sort-button': 'sortByColumn' }; Table.prototype.context = function() { return { sortableBy: this.options.sortableBy, fields: this.options.fields, sortBy: this.sortBy }; }; Table.prototype.initialize = function() { Table.__super__.initialize.apply(this, arguments); return this.sortBy = {}; }; Table.prototype.sortByColumn = function(e) { var btn, name; btn = $(e.currentTarget); name = btn.attr('id'); if (btn.data('direction') === "asc") { btn.data('direction', ""); delete this.sortBy[name]; } else if (btn.data('direction') === "desc") { btn.data('direction', "asc"); this.sortBy[name] = "asc"; } else { btn.data('direction', "desc"); this.sortBy[name] = "desc"; } this.collection.removeFilter('sortBy'); this.collection.configureFilter('sortBy', this.sortBy); return this.collection.fetch(); }; return Table; })(IuguUI.Dataset); this.IuguUI.Table = IuguUI.Table; }).call(this); ;FI"required_assets_digest;F"%7702bfcc81790b9c2437b9d9bdcfb505I" _version;F"%6776f581a4329e299531e1d52aa59832