mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 21:42:42 +02:00
minor typo
This commit is contained in:
parent
a2e407f786
commit
74c90d6323
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@
|
|||
break;
|
||||
case CLARA:
|
||||
injectClaraCode();
|
||||
break; case BLOCKS:
|
||||
break;
|
||||
case BLOCKS:
|
||||
console.log("in Blocks");
|
||||
injectBlocksCode();
|
||||
console.log("blocks injection");
|
||||
|
|
Loading…
Reference in a new issue