From 97b3a72260134658e5e1a8ad9caa40e741883933 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 25 Apr 2014 14:16:11 -0400 Subject: [PATCH] Make sure the file saver lib is exported into the global scope --- static/lib/FileSaver.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/lib/FileSaver.js b/static/lib/FileSaver.js index 378a9dcc4..b0b89994c 100644 --- a/static/lib/FileSaver.js +++ b/static/lib/FileSaver.js @@ -230,3 +230,4 @@ var saveAs = saveAs // with an attribute `content` that corresponds to the window if (typeof module !== 'undefined') module.exports = saveAs; +window.saveAs = saveAs; \ No newline at end of file