()
| 23 | getTitle () { return $.i18n.t('teacher.resource_hub') } |
| 24 | |
| 25 | initialize () { |
| 26 | return __guard__(me.getClientCreatorPermissions(), x => x.then(() => (typeof this.render === 'function' ? this.render() : undefined))) |
| 27 | } |
| 28 | |
| 29 | onClickResourceLink (e) { |
| 30 | const link = __guard__($(e.target).closest('a'), x => x.attr('href')) |
nothing calls this directly
no test coverage detected