* Set the bounds for the CommentManager stage * @param w width * @param h height
(w?:number, h?:number)
| 72 | * @param h height |
| 73 | */ |
| 74 | setBounds(w?:number, h?:number):void; |
| 75 | /** |
| 76 | * Cleanup the given comment since it has finished |
| 77 | * @param c - IComment |
no outgoing calls
no test coverage detected