verifying git setup

This commit is contained in:
Josh de Leeuw 2012-03-30 10:15:53 -04:00
parent ee8de223d5
commit dfb0642ec2

View File

@ -1,4 +1,8 @@
// jspsych.js - a jQuery plugin for running psychology experiments // jspsych.js - a jQuery plugin for running psychology experiments
//
// Josh de Leeuw and Drew Hendrickson
// Percepts and Concepts Lab, Indiana University
//
(function( $ ) { (function( $ ) {
$.fn.jsPsych = function(options) { $.fn.jsPsych = function(options) {
// build main options list before element iteration // build main options list before element iteration