()
| 41 | } |
| 42 | |
| 43 | createMedia() { |
| 44 | // DocumentCloud API call |
| 45 | // DV is defined by the JS load in _loadMedia |
| 46 | DV.load(this.data.url, { |
| 47 | container: '#' + this._el.content_item.id, |
| 48 | showSidebar: false |
| 49 | }); |
| 50 | this.onLoaded(); |
| 51 | } |
| 52 | |
| 53 | |
| 54 | } |
no test coverage detected