aboutsummaryrefslogtreecommitdiff
path: root/lib/decl/filewriter/filewriter.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/decl/filewriter/filewriter.d.ts')
-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.