From: XhmikosR Date: Wed, 2 Jul 2014 04:58:39 +0000 (+0300) Subject: Update Blob.js to the latest version. X-Git-Tag: v3.3.0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c569dc4d4a24fde679a7986da6364ea93f7316d;p=thirdparty%2Fbootstrap.git Update Blob.js to the latest version. --- diff --git a/docs/assets/js/vendor/blob.js b/docs/assets/js/vendor/blob.js index 4bdfd44090..c740cd81f9 100644 --- a/docs/assets/js/vendor/blob.js +++ b/docs/assets/js/vendor/blob.js @@ -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) {