(method:string, args:any)
| 168 | } |
| 169 | |
| 170 | private _call(method:string, args:any):void { |
| 171 | __pchannel('Runtime:CallMethod', { |
| 172 | 'id': this.getId(), |
| 173 | 'name': name, |
| 174 | 'value': args, |
| 175 | }); |
| 176 | } |
| 177 | |
| 178 | get height():number { |
| 179 | return this._rect.height; |
no test coverage detected