Merge pull request #7 from tyrasd/patch-1

rewrite Blob when URL object is not present
This commit is contained in:
Eli Grey
2013-04-29 11:02:43 -07:00
+1 -1
View File
@@ -14,7 +14,7 @@
/*! @source http://purl.eligrey.com/github/Blob.js/blob/master/Blob.js */
if (typeof Blob !== "function")
if (typeof Blob !== "function" || typeof URL === "undefined")
var Blob = (function (view) {
"use strict";