From a08f05e26f50a15fc59eb0e38c59e0a66ac74ef9 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Fri, 17 Sep 2021 10:05:22 -0400 Subject: [PATCH] remove TS example --- docs/developers/plugin-development.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/developers/plugin-development.md b/docs/developers/plugin-development.md index 4bcefa76..1cc792aa 100644 --- a/docs/developers/plugin-development.md +++ b/docs/developers/plugin-development.md @@ -24,10 +24,6 @@ constructor(jsPsych){ } ``` -```js -constructor(private jsPsych: JsPsych) {} -``` - ### .trial() The plugin's `trial()` method is responsible for running a single trial. When the jsPsych timeline reaches a trial using the plugin it will invoke the `trial()` method for the plugin.