* @function FeatureThemePie.prototype.destroy * @description 销毁此专题要素。调用 destroy 后此对象所以属性置为 null。
()
| 68 | * @description 销毁此专题要素。调用 destroy 后此对象所以属性置为 null。 |
| 69 | */ |
| 70 | destroy() { |
| 71 | super.destroy(); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * @function FeatureThemePie.prototype.assembleShapes |
no outgoing calls
no test coverage detected