aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/blob.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-14 20:37:11 -0800
committerChris Rebert <[email protected]>2014-01-14 20:46:25 -0800
commit5ead87d519682c68b18bf796273da70a32b68a96 (patch)
tree4a0ae586cb70647e2bc7e303c893370708878484 /docs/assets/js/blob.js
parente2a18430f994fc89499be76be1783032e73fd972 (diff)
downloadbootstrap-5ead87d519682c68b18bf796273da70a32b68a96.tar.xz
bootstrap-5ead87d519682c68b18bf796273da70a32b68a96.zip
revert unnecessary customizations of Blob.js & FileSaver.js
Per https://github.com/eligrey/Blob.js/pull/20 & https://github.com/eligrey/FileSaver.js/pull/63 The library author has deemed the existing /*! @source URL */ comments to be sufficient attribution, and these already survive minification. Refs ea591748edee4f8fe722274b71787ccf2b052c4a
Diffstat (limited to 'docs/assets/js/blob.js')
-rw-r--r--docs/assets/js/blob.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/js/blob.js b/docs/assets/js/blob.js
index 7092a3b03..307b3afdc 100644
--- a/docs/assets/js/blob.js
+++ b/docs/assets/js/blob.js
@@ -1,5 +1,4 @@
-/*!
- * Blob.js
+/* Blob.js
* A Blob implementation.
* 2013-12-27
*