Sha256: 03c1469bfa30c1fbe70c0f696bcd8a654c1c2f19f42282d3f644271eb587d21b
Contents?: true
Size: 599 Bytes
Versions: 5
Compression:
Stored size: 599 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2011 Strobe Inc. and contributors. // portions copyright @2009 Apple Inc. // License: Licensed under MIT license (see license.js) // ========================================================================== /** @class @extends SC.Theme @since SproutCore 1.1 */ SC.EmptyTheme = SC.Theme.extend({ classNames: ["sc-empty"] }); SC.Theme.register("sc-empty", SC.EmptyTheme); module("TODO: Test SC.ContainerView Methods");
Version data entries
5 entries across 5 versions & 2 rubygems