fix rollup error

This commit is contained in:
Aras Abbasi
2018-01-11 13:52:16 +01:00
committed by GitHub
parent 079824b6c1
commit 0b26b5b08c
+1 -1
View File
@@ -208,4 +208,4 @@
return object.__proto__;
};
view.Blob.prototype = getPrototypeOf(new view.Blob());
}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || this.content || this));
}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || typeof global !== "undefined" && global || Function('return this.content')() || Function('return this')()));