]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Blob.js to the latest version.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 2 Jul 2014 04:58:39 +0000 (07:58 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 22 Jul 2014 05:29:06 +0000 (08:29 +0300)
docs/assets/js/vendor/blob.js

index 4bdfd440908679626602bacc78bed6ac9f079211..c740cd81f981ca430f8c2f427f213440df4b70c8 100644 (file)
@@ -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
                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) {