Skip to content

Commit

Permalink
one more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
katjaq committed Apr 26, 2020
1 parent 1091b11 commit a0c4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
m.init()
.then(function(){return m.loadMRIFromPath('data/sloth_bear_cropped.nii.gz')})
.then(function(){
var h=JSON.stringify(m.NiiHdrLE.fields,undefined,2);
var h = JSON.stringify(m.NiiHdrLE.fields,undefined,2);
document.body.innerHTML+='The header of the MRI file '+m.mriPath+' is:';
document.body.innerHTML+='<pre>'+h+'</pre>';
});
Expand Down

0 comments on commit a0c4b98

Please sign in to comment.