clean whitespace

This commit is contained in:
Collin Anderson
2014-09-08 16:16:58 -04:00
parent a262d58641
commit 8b9e3c6a30
+2 -2
View File
@@ -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