o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357654410.7509739õ: @value"Ç{I" class:EFI"BundledAsset;FI"logical_path;FI"1iugu-ux/components/usecode/iugu-ui-search.js;FI" pathname;FI"~/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/javascripts/iugu-ux/components/usecode/iugu-ui-search.js.coffee;FI"content_type;FI"application/javascript;FI" mtime;FI"2013-01-08T11:07:52-02:00;FI" length;Fi¬I" digest;F"%f17090f2db7431dacca833df4d0e35f2I" 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.Search = (function(_super) { __extends(Search, _super); function Search() { return Search.__super__.constructor.apply(this, arguments); } 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() { return Search.__super__.render.apply(this, arguments); }; return Search; })(IuguUI.Base); this.IuguUI.Search = IuguUI.Search; }).call(this); ;FI"required_assets_digest;F"%a7345e509010d94f0c5c184a08917acdI" _version;F"%9f3b95dd7ea3030dc35985c0a8020862