Sha256: 7c48a43ad6b5be00502e782ffd653e548f32558acb75a876ba7b610b07e1cb05
Contents?: true
Size: 728 Bytes
Versions: 7
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: 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
7 entries across 7 versions & 1 rubygems