// ======================================================================== // Greenhouse.LabelView.Designer // ========================================================================

/*

A Custom Designer for LabelViews.

This custom designer allows you to set classNames and backgroundColor

*/

SC.LabelView.Designer = SC.LabelView.Designer.extend( /** @scope SC.LabelView.Designer.prototype */ {

designProperties: 'value escapeHTML classNames backgroundColor'.w()

});