mirror of
https://github.com/overte-org/overte.git
synced 2025-04-30 00:23:06 +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;
|
break;
|
||||||
case CLARA:
|
case CLARA:
|
||||||
injectClaraCode();
|
injectClaraCode();
|
||||||
break; case BLOCKS:
|
break;
|
||||||
|
case BLOCKS:
|
||||||
console.log("in Blocks");
|
console.log("in Blocks");
|
||||||
injectBlocksCode();
|
injectBlocksCode();
|
||||||
console.log("blocks injection");
|
console.log("blocks injection");
|
||||||
|
|
Loading…
Reference in a new issue