aboutsummaryrefslogtreecommitdiff
path: root/lib/decl/filewriter
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-19 23:40:45 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-19 23:40:45 +0200
commit9ccc6626acf66ab4d938bfd836e29124b2dd3558 (patch)
treee2ed566ed32eb9f53b2221733b3277a254225b4d /lib/decl/filewriter
parent67e0e02ee071e9e20466b93f69ac25db0c2a88fc (diff)
have refs in d.ts file instead of .ts file
Diffstat (limited to 'lib/decl/filewriter')
-rw-r--r--lib/decl/filewriter/filewriter.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decl/filewriter/filewriter.d.ts b/lib/decl/filewriter/filewriter.d.ts
index a4910d0b1..78370f1d8 100644
--- a/lib/decl/filewriter/filewriter.d.ts
+++ b/lib/decl/filewriter/filewriter.d.ts
@@ -95,7 +95,7 @@ declare var FileSaver: {
* This constructor must be visible when the script's global object is either a Window object or an object implementing the WorkerUtils interface.
*/
new(data:Blob): FileSaver;
-}
+};
/**
* This interface expands on the FileSaver interface to allow for multiple write actions, rather than just saving a single Blob.