Skip to content

Commit da0d8ff

Browse files
committed
Fix indentation
1 parent 2344e2a commit da0d8ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

FileSaver.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ var saveAs = saveAs
219219
FS_proto.DONE = 2;
220220

221221
FS_proto.error =
222-
FS_proto.onwritestart =
223-
FS_proto.onprogress =
224-
FS_proto.onwrite =
225-
FS_proto.onabort =
226-
FS_proto.onerror =
227-
FS_proto.onwriteend =
222+
FS_proto.onwritestart =
223+
FS_proto.onprogress =
224+
FS_proto.onwrite =
225+
FS_proto.onabort =
226+
FS_proto.onerror =
227+
FS_proto.onwriteend =
228228
null;
229229

230230
view.addEventListener("unload", process_deletion_queue, false);

0 commit comments

Comments
 (0)