Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5c569dc4
Commit
5c569dc4
authored
10 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Update Blob.js to the latest version.
parent
8b6d396a
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/js/vendor/blob.js
+2
-2
docs/assets/js/vendor/blob.js
with
2 additions
and
2 deletions
+2
-2
docs/assets/js/vendor/blob.js
+
2
-
2
View file @
5c569dc4
/* Blob.js
* A Blob implementation.
* 2014-0
5-3
1
* 2014-0
7-0
1
*
* 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
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets