mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +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 = {};
|
||||
|
||||
plugin.info = {
|
||||
name: 'same-different-image',
|
||||
name: 'same-different-html',
|
||||
description: '',
|
||||
parameters: {
|
||||
stimuli: {
|
||||
|
Loading…
Reference in New Issue
Block a user