o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357760297.734375: @value"5 {I" class:EFI"BundledAsset;FI"logical_path;FI"0iugu-ux/components/usecode/iugu-ui-table.js;FI" pathname;FI"}/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/javascripts/iugu-ux/components/usecode/iugu-ui-table.js.coffee;FI"content_type;FI"application/javascript;FI" mtime;FI"2013-01-09T14:34:21-02:00;FI" length;FiI" digest;F"%cbf38a4ea225dc309ab894e718923f2dI" 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"%8c51b9891a08567baff92875410f34b2I" _version;F"%9f3b95dd7ea3030dc35985c0a8020862