diff --git a/typer.js b/typer.js index 7def577..00a6595 100644 --- a/typer.js +++ b/typer.js @@ -118,6 +118,7 @@ function TyperSetup() { t.owner = typers[e.dataset.owner]; t.owner.cursor = t; } + window.typers = typers } TyperSetup();