blossom
Version:
Modern, Cross-Platform Application Framework
23 lines (16 loc) • 656 B
JavaScript
// ==========================================================================
// Project: SproutCore - JavaScript Application Framework
// Copyright: ©2006-2011 Strobe Inc. and contributors.
// Portions ©2008-2010 Apple Inc. All rights reserved.
// License: Licensed under MIT license (see license.js)
// ==========================================================================
/**
@namespace
TODO: Add full description of SC.CollectionGroup
Any view you want to use as a group view in a collection must include this
mixin.
@since SproutCore 1.0
*/
SC.CollectionGroup = {
classNames: ['sc-collection-group']
};