define([],function(){var a=Backbone.View.extend({events:{},initialize:function(a){this.render(a.group)},render:function(a){var b=this.templateRow();return this.setElement(b({group:a})),this.$el.show(),this},templateRow:function(){return _.template(['">','"><%= _.escape(group.get("name")) %>','<%= group.get("total_members") %>','<%= group.get("total_repos") %>',""].join(""))}});return{GroupListRowView:a}}); //# sourceMappingURL=../../../maps/mvc/groups/group-listrow-view.js.map