Sha256: d62d6d973fba3d112996db79dd9040950c92510e74257f2903698eacb6f40d82
Contents?: true
Size: 728 Bytes
Versions: 11
Compression:
Stored size: 728 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. // Portions ©2008-2010 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== sc_require('css/css_style') ; /** @class SC.CSSRule A css rule object represents a css rule that is part of a style sheet object. You can create your own rules and add insert them in style sheets at runtime. @extends SC.Object */ SC.CSSRule = SC.Object.extend( /** @scope SC.CSSRule.prototype */ { });
Version data entries
11 entries across 11 versions & 1 rubygems