diff --git a/Blob.js b/Blob.js index 6d48b39..2d7dc62 100644 --- a/Blob.js +++ b/Blob.js @@ -15,7 +15,7 @@ /*! @source http://purl.eligrey.com/github/Blob.js/blob/master/Blob.js */ if (typeof Blob !== "function" || typeof URL === "undefined") -if (typeof Blob === "function" && typeof webkitURL !== "undefined") var URL = webkitURL; +if (typeof Blob === "function" && typeof webkitURL !== "undefined") self.URL = webkitURL; else var Blob = (function (view) { "use strict";