From c048d5d5e1ac9a33783830c611a8f2160e92909a Mon Sep 17 00:00:00 2001 From: Cosmin Popescu Date: Mon, 3 Aug 2020 11:26:09 +0200 Subject: [PATCH] initial commit --- www/File.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/File.js b/www/File.js index 30c620254..92c863db8 100644 --- a/www/File.js +++ b/www/File.js @@ -28,6 +28,8 @@ * size {Number} size of the file in bytes */ +window['OriginalFileApi'] = window.File; + var File = function (name, localURL, type, lastModifiedDate, size) { this.name = name || ''; this.localURL = localURL || null;