(props, context)
| 15 | |
| 16 | class AsyncScriptLoader extends Component { |
| 17 | constructor(props, context) { |
| 18 | super(props, context); |
| 19 | this.state = {}; |
| 20 | this.__scriptURL = ""; |
| 21 | } |
| 22 | |
| 23 | asyncScriptLoaderGetScriptLoaderID() { |
| 24 | if (!this.__scriptLoaderID) { |
nothing calls this directly
no outgoing calls
no test coverage detected