Sha256: c9400a341d5d1930196fdad1dcc203f087a3d34f932e9187c7954f7c9a7cb3f3
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
// ========================================================================== // Project: Greenhouse.ApplicationListItem // Copyright: ©2009 Mike Ball // ========================================================================== /*globals Greenhouse */ /** @class This class is here to receive custom editor events @extends SC.View */ Greenhouse.ApplicationListItem = SC.ListItemView.extend( /** @scope Greenhouse.ApplicationListItem.prototype */ { render: function(context, firstTime) { if(this.get('contentIndex') === 0) context.addClass('first') sc_super(); } });
Version data entries
7 entries across 7 versions & 1 rubygems