magpie-modules
Advanced tools
Comparing version 0.2.2 to 0.2.3
# Changelog | ||
## Latest version: 0.2.2 | ||
- version 0.2.2 | ||
## Latest version: 0.2.3 | ||
- version 0.2.3 | ||
- Fix addEmptyColumns: Account for columns that contain undefined | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "magpie-modules", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "minimal architecture for the generation of portable interactive experiments (https://github.com/magpie-ea/magpie-modules)", | ||
@@ -5,0 +5,0 @@ "main": "magpie.js", |
# \_magpie project | ||
minimal architecture for the generation of portable interactive experiments | ||
**Latest version: 0.2.2** | ||
**Latest version: 0.2.3** | ||
@@ -6,0 +6,0 @@ **Table of contents** |
@@ -148,3 +148,3 @@ function magpieSubmit(magpie) { | ||
!trialData[j].hasOwnProperty(columns[k]) || | ||
typeof trialData[j] === 'undefined' | ||
typeof trialData[j][columns[k]] === 'undefined' | ||
) { | ||
@@ -151,0 +151,0 @@ trialData[j][columns[k]] = 'NA'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
536158