* Set to immutable * @param flag * @return {this}
(flag)
| 599 | * @return {this} |
| 600 | */ |
| 601 | setImmutable(flag) { |
| 602 | this.immutable = flag; |
| 603 | return this; |
| 604 | } |
| 605 | |
| 606 | /** |
| 607 | * @desc Bind the canvas to kernel |
no outgoing calls
no test coverage detected