This commit is contained in:
Eli Grey
2013-12-27 15:04:22 -05:00
parent fedc2b1401
commit 0a8d4ce024
+1 -1
View File
@@ -163,4 +163,4 @@ else var Blob = (function (view) {
} }
return builder.getBlob(type); return builder.getBlob(type);
}; };
}(self)); }(typeof self !== "undefined" && self || typeof window !== "undefined" && window || this.content || this));