diff options
| author | Chris Rebert <[email protected]> | 2014-01-14 20:37:11 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-14 20:46:25 -0800 |
| commit | 5ead87d519682c68b18bf796273da70a32b68a96 (patch) | |
| tree | 4a0ae586cb70647e2bc7e303c893370708878484 /docs/assets/js/filesaver.js | |
| parent | e2a18430f994fc89499be76be1783032e73fd972 (diff) | |
| download | bootstrap-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/filesaver.js')
| -rw-r--r-- | docs/assets/js/filesaver.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/js/filesaver.js b/docs/assets/js/filesaver.js index a0803faae..2b9417db4 100644 --- a/docs/assets/js/filesaver.js +++ b/docs/assets/js/filesaver.js @@ -1,5 +1,4 @@ -/*! - * FileSaver.js +/* FileSaver.js * A saveAs() FileSaver implementation. * 2013-12-27 * |
