Merge pull request #27 from udondan/master

Defining Blob as prop of self instead of window
This commit is contained in:
Eli Grey
2014-05-19 00:30:02 -04:00
+1 -1
View File
@@ -15,7 +15,7 @@
/*! @source http://purl.eligrey.com/github/Blob.js/blob/master/Blob.js */
if (!(typeof Blob === "function" || typeof Blob === "object") || typeof URL === "undefined")
window.Blob = (function (view) {
self.Blob = (function (view) {
"use strict";
view.URL = view.URL || view.webkitURL;