Skip to content

Commit

Permalink
Uncommented needed argument. Relates to #136.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Mar 31, 2015
1 parent c57a4fb commit 96bc0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dwv.io.File.prototype.load = function(ioArray)
};

// JSON loader
var onLoadJSONReader = function(/*event*/)
var onLoadJSONReader = function(event)
{
// parse image file
try {
Expand Down

0 comments on commit 96bc0c5

Please sign in to comment.