mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
formatting
This commit is contained in:
parent
59d2e0b451
commit
e6092d685f
@ -2,7 +2,7 @@
|
|||||||
* Example plugin template
|
* Example plugin template
|
||||||
*/
|
*/
|
||||||
|
|
||||||
jsPsych["PLUGIN-NAME"] = (function(){
|
jsPsych["PLUGIN-NAME"] = (function() {
|
||||||
|
|
||||||
var plugin = {};
|
var plugin = {};
|
||||||
|
|
||||||
@ -29,4 +29,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
return plugin;
|
return plugin;
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user