mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Fix lint spacing error.
This commit is contained in:
parent
3193a4c1b4
commit
69132d17db
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class Scratch3TranslateBlocks {
|
||||||
getInfo () {
|
getInfo () {
|
||||||
this._supportedLanguages = this._getSupportedLanguages(this.getViewerLanguageCode());
|
this._supportedLanguages = this._getSupportedLanguages(this.getViewerLanguageCode());
|
||||||
this._randomLanguageCode = this._supportedLanguages[
|
this._randomLanguageCode = this._supportedLanguages[
|
||||||
Math.floor(Math.random() * this._supportedLanguages.length)].value;
|
Math.floor(Math.random() * this._supportedLanguages.length)].value;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: 'translate',
|
id: 'translate',
|
||||||
|
|
Loading…
Reference in a new issue