mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Update Blob.js to the latest version.
This commit is contained in:
parent
8b6d396adf
commit
5c569dc4d4
4
docs/assets/js/vendor/blob.js
vendored
4
docs/assets/js/vendor/blob.js
vendored
@ -1,6 +1,6 @@
|
||||
/* Blob.js
|
||||
* A Blob implementation.
|
||||
* 2014-05-31
|
||||
* 2014-07-01
|
||||
*
|
||||
* By Eli Grey, http://eligrey.com
|
||||
* By Devin Samarin, https://github.com/eboyjr
|
||||
@ -166,7 +166,7 @@
|
||||
return FakeBlobBuilder;
|
||||
}(view));
|
||||
|
||||
view.Blob = function Blob(blobParts, options) {
|
||||
view.Blob = function(blobParts, options) {
|
||||
var type = options ? (options.type || "") : "";
|
||||
var builder = new BlobBuilder();
|
||||
if (blobParts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user