o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1383740409.728676: @value"Î{I" class:EFI"BundledAsset;FI"logical_path;FI"1iugu-ux/components/usecode/iugu-ui-search.js;TI" pathname;FI"s/Users/alezonez/Projetos/iugu-ux/vendor/assets/javascripts/iugu-ux/components/usecode/iugu-ui-search.js.coffee;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-12T09:50:36-03:00;FI" length;Fi¾I" digest;F"%a7c91990d7e2d669ccad8a176a91c7caI" source;FI"¾(function() { var _ref, __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.Search = (function(_super) { __extends(Search, _super); function Search() { _ref = Search.__super__.constructor.apply(this, arguments); return _ref; } Search.prototype.layout = "iugu-ui-search"; Search.prototype.events = { 'keypress input.search': 'searchCollection' }; Search.prototype.searchCollection = function(e) { var query; if (e.keyCode === 13) { this.handleEvent("search"); e.preventDefault(); query = $(e.target).val(); if (query === "") { this.collection.removeFilter('query'); } else { this.collection.configureFilter('query', query); } return this.collection.fetch(); } }; Search.prototype.initialize = function() { _.bindAll(this, 'searchCollection'); Search.__super__.initialize.apply(this, arguments); return this; }; Search.prototype.render = function() { var input, lastQuery; Search.__super__.render.apply(this, arguments); lastQuery = this.collection.getFilter('query'); if ((lastQuery != null) && lastQuery.length > 0) { input = this.$('input.search-query'); input.val(lastQuery); return input.focus(); } }; return Search; })(IuguUI.Base); this.IuguUI.Search = IuguUI.Search; }).call(this); ;FI"required_assets_digest;F"%dbf1c7917e399842adb14708367aed43I" _version;F"%6776f581a4329e299531e1d52aa59832