(recycle:IComment = null)
| 23 | private _dirtyCSS:boolean = true; |
| 24 | |
| 25 | public init(recycle:IComment = null):void { |
| 26 | super.init(recycle); |
| 27 | this._toggleClass('css-optimize', true); |
| 28 | } |
| 29 | |
| 30 | set x(x:number) { |
| 31 | if (this._x !== null && typeof this._x === "number") { |
no test coverage detected