Sha256: f0368ef86f76b6693cade125eae8ccca998699b901195900f91b6504b050dc02
Contents?: true
Size: 719 Bytes
Versions: 41
Compression:
Stored size: 719 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) // ========================================================================== 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
41 entries across 41 versions & 1 rubygems