Sha256: 848273f854329d7f3a62bdbb7cce06e5a29ac98d0b3c2531a81ec6b338cf60ab
Contents?: true
Size: 728 Bytes
Versions: 11
Compression:
Stored size: 728 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 Apple, Inc. All rights reserved. // License: Licened 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