From da0d8ffa6aa182df99d8ab3b2fa10e421398dc22 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sun, 9 Feb 2014 14:56:34 -0500 Subject: [PATCH] Fix indentation --- FileSaver.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FileSaver.js b/FileSaver.js index 5f54671..360f8ae 100644 --- a/FileSaver.js +++ b/FileSaver.js @@ -219,12 +219,12 @@ var saveAs = saveAs FS_proto.DONE = 2; FS_proto.error = - FS_proto.onwritestart = - FS_proto.onprogress = - FS_proto.onwrite = - FS_proto.onabort = - FS_proto.onerror = - FS_proto.onwriteend = + FS_proto.onwritestart = + FS_proto.onprogress = + FS_proto.onwrite = + FS_proto.onabort = + FS_proto.onerror = + FS_proto.onwriteend = null; view.addEventListener("unload", process_deletion_queue, false);