Skip to content

Commit

Permalink
Update Blob.js to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 22, 2014
1 parent 8b6d396 commit 5c569dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/js/vendor/blob.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 5c569dc

Please sign in to comment.