root/lang/actionscript/ascss/src/css/CSSStyleRule.as
@
9553
| Revision 9553, 288 bytes (checked in by gyuque, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package css |
| 2 | { |
| 3 | public class CSSStyleRule extends CSSRule |
| 4 | { |
| 5 | private var mSelector:CSSSelector; |
| 6 | |
| 7 | function CSSStyleRule(aParent:StyleBase) |
| 8 | { |
| 9 | super(aParent); |
| 10 | mSelector = null; |
| 11 | } |
| 12 | |
| 13 | public function set selector(s:CSSSelector):void |
| 14 | { |
| 15 | mSelector = s; |
| 16 | } |
| 17 | } |
| 18 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)