()
| 51 | } |
| 52 | |
| 53 | capitalizeLanguageName () { |
| 54 | const language = __guard__(this.get('aceConfig'), x => x.language) |
| 55 | this.capitalLanguage = utils.capitalLanguages[language] |
| 56 | return this.capitalLanguage |
| 57 | } |
| 58 | |
| 59 | joinWithCode (code, opts) { |
| 60 | let url |
no test coverage detected