MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / init

Method init

src/core/css-renderer/CssComment.ts:25–28  ·  view source on GitHub ↗
(recycle:IComment = null)

Source from the content-addressed store, hash-verified

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") {

Callers 1

Calls 1

_toggleClassMethod · 0.80

Tested by

no test coverage detected