root/lang/actionscript/ascss/src/css/StyleSheet.as
@
10653
| Revision 10653, 214 bytes (checked in by gyuque, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package css |
| 2 | { |
| 3 | public class StyleSheet extends StyleList |
| 4 | { |
| 5 | private var m_strHref:String; |
| 6 | |
| 7 | function StyleSheet(owner:StyleBase, href:String = "") |
| 8 | { |
| 9 | super(owner); |
| 10 | m_strHref = href; |
| 11 | } |
| 12 | } |
| 13 | } |
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)