Merge pull request #35 from collinanderson/whitespace

clean whitespace
This commit is contained in:
Eli Grey
2014-09-08 17:16:48 -04:00
+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