Sha256: 823ca1ee9a6ff6a96f04f02db1739bf0c5b10c8e1dc64a18427ec3a6a4fb0bd4
Contents?: true
Size: 582 Bytes
Versions: 11
Compression:
Stored size: 582 Bytes
Contents
// ========================================================================== // Project: Greenhouse.ApplicationListItem // Copyright: ©2010 Mike Ball // ========================================================================== /*globals Greenhouse */ /** 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
11 entries across 11 versions & 1 rubygems