From cea4a90547c59a030a7b9ec4c80871359e464dfb Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 12 Jan 2015 22:24:13 -0700 Subject: [PATCH] newlines --- src/Images/ImageCommon.coffee | 2 +- src/Menu/DownloadLink.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Images/ImageCommon.coffee b/src/Images/ImageCommon.coffee index d2360b5db..a9df6423e 100644 --- a/src/Images/ImageCommon.coffee +++ b/src/Images/ImageCommon.coffee @@ -88,4 +88,4 @@ ImageCommon = @href = URL.createObjectURL blob @click() else - new Notice 'error', "Could not download #{@href}", 30 \ No newline at end of file + new Notice 'error', "Could not download #{@href}", 30 diff --git a/src/Menu/DownloadLink.coffee b/src/Menu/DownloadLink.coffee index 970ca100d..d7c3f9411 100755 --- a/src/Menu/DownloadLink.coffee +++ b/src/Menu/DownloadLink.coffee @@ -16,4 +16,4 @@ DownloadLink = return false unless file a.href = file.URL a.download = file.name - true \ No newline at end of file + true