Sha256: b22244ca3255e0b3f50e26b0dc35d592dc6fa2ec21930a4e29f622627f73ac2f
Contents?: true
Size: 665 Bytes
Versions: 7
Compression:
Stored size: 665 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 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'] };
Version data entries
7 entries across 7 versions & 1 rubygems