From 96bc0c50ca1bbe22bf33efd33c45ec7dfed4cc99 Mon Sep 17 00:00:00 2001 From: ivmartel Date: Wed, 1 Apr 2015 00:56:53 +0200 Subject: [PATCH] Uncommented needed argument. Relates to #136. --- src/io/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/file.js b/src/io/file.js index 3259fe7fab..bd150a4778 100644 --- a/src/io/file.js +++ b/src/io/file.js @@ -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 {