change as requested

This commit is contained in:
Aras Abbasi
2018-01-12 09:34:13 +01:00
committed by GitHub
parent 0b26b5b08c
commit 5bacda3143
+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 || typeof global !== "undefined" && global || Function('return this.content')() || Function('return this')()));
}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || typeof global !== "undefined" && global);