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