mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
remove TS example
This commit is contained in:
parent
a7c26a27ff
commit
a08f05e26f
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user