From d50456a358be0eae968c3ae414120bc13333053a Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Mon, 14 Jul 2014 02:43:46 -0400 Subject: [PATCH] Spacing change in the intro comment Zero code changes, still v.2014.05.27 --- FileSaver.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FileSaver.js b/FileSaver.js index 6095017..6e1fc3c 100644 --- a/FileSaver.js +++ b/FileSaver.js @@ -1,10 +1,10 @@ /* FileSaver.js - * A saveAs() FileSaver implementation. - * 2014-05-27 + * A saveAs() FileSaver implementation. + * 2014-05-27 * - * By Eli Grey, http://eligrey.com - * License: X11/MIT - * See https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md + * By Eli Grey, http://eligrey.com + * License: X11/MIT + * See https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md */ /*global self */