mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix name bug
This commit is contained in:
parent
065e74a2c4
commit
48f72c558f
@ -8,12 +8,12 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
jsPsych.plugins['same-different-image'] = (function() {
|
jsPsych.plugins['same-different-html'] = (function() {
|
||||||
|
|
||||||
var plugin = {};
|
var plugin = {};
|
||||||
|
|
||||||
plugin.info = {
|
plugin.info = {
|
||||||
name: 'same-different-image',
|
name: 'same-different-html',
|
||||||
description: '',
|
description: '',
|
||||||
parameters: {
|
parameters: {
|
||||||
stimuli: {
|
stimuli: {
|
||||||
|
Loading…
Reference in New Issue
Block a user