remove TS example

This commit is contained in:
Josh de Leeuw 2021-09-17 10:05:22 -04:00
parent a7c26a27ff
commit a08f05e26f

View File

@ -24,10 +24,6 @@ constructor(jsPsych){
} }
``` ```
```js
constructor(private jsPsych: JsPsych) {}
```
### .trial() ### .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. 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.