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;