Sha256: b00f16f01095a7ade7dc43f4436eef44ddc3e8460bca4d0f5b98307e846b91f6
Contents?: true
Size: 694 Bytes
Versions: 40
Compression:
Stored size: 694 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // Portions ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== /** @namespace Any view you want to use as a group view in a collection must include this mixin. @since SproutCore 1.0 */ SC.CollectionGroup = { /** @type Array @default ['sc-collection-group'] @see SC.View#classNames */ classNames: ['sc-collection-group'] };
Version data entries
40 entries across 40 versions & 1 rubygems