mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 18:02:04 -08:00
Experimental Runtime detection bypass
Renames the Juggler protocol "Runtime" -> "_Runtime"
This commit is contained in:
parent
2354f53700
commit
85e92ecbf4
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ const Network = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const Runtime = {
|
const _Runtime = {
|
||||||
targets: ['page'],
|
targets: ['page'],
|
||||||
types: runtimeTypes,
|
types: runtimeTypes,
|
||||||
events: {
|
events: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue