Sha256: 3a56295d77f3966449a44071339fd074da9bcb78ec9da4178ba075b2c5f70541
Contents?: true
Size: 591 Bytes
Versions: 48
Compression:
Stored size: 591 Bytes
Contents
// ========================================================================== // Project: Greenhouse.ApplicationListItem // Copyright: ©2010 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
48 entries across 48 versions & 2 rubygems