From 8b9e3c6a303511d0e81a4c4b4920be37a5db336e Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Mon, 8 Sep 2014 16:16:58 -0400 Subject: [PATCH] clean whitespace --- Blob.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blob.js b/Blob.js index 7807064..2e59b61 100644 --- a/Blob.js +++ b/Blob.js @@ -1,7 +1,7 @@ /* Blob.js * A Blob implementation. * 2014-07-24 - * + * * By Eli Grey, http://eligrey.com * By Devin Samarin, https://github.com/eboyjr * License: X11/MIT @@ -59,7 +59,7 @@ , URL = real_URL , btoa = view.btoa , atob = view.atob - + , ArrayBuffer = view.ArrayBuffer , Uint8Array = view.Uint8Array