Sha256: 299b404a9b21b3435d7fb4846a130d50c08aadf13825f17a2edfe14d9046888a
Contents?: true
Size: 552 Bytes
Versions: 34
Compression:
Stored size: 552 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) // ========================================================================== /** @class @extends SC.Theme @since SproutCore 1.1 */ SC.EmptyTheme = SC.BaseTheme.create({ name: 'sc-empty' }); SC.Theme.addTheme(SC.EmptyTheme);
Version data entries
34 entries across 34 versions & 1 rubygems