root/lang/actionscript/ascss/src/css/StyleBase.as
@
9560
| Revision 9560, 291 bytes (checked in by gyuque, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package css |
| 2 | { |
| 3 | public class StyleBase |
| 4 | { |
| 5 | private var mParent:StyleBase; |
| 6 | |
| 7 | function StyleBase(aParent:StyleBase) |
| 8 | { |
| 9 | mParent = aParent; |
| 10 | } |
| 11 | |
| 12 | public function get parent():StyleBase |
| 13 | { |
| 14 | return mParent; |
| 15 | } |
| 16 | |
| 17 | public function insertedIntoParent():void |
| 18 | { |
| 19 | } |
| 20 | } |
| 21 | } |
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)