2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

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 ea591748ed
This commit is contained in:
Chris Rebert
2014-01-14 20:37:11 -08:00
parent e2a18430f9
commit 5ead87d519
3 changed files with 9 additions and 25 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
/*! /* Blob.js
* Blob.js
* A Blob implementation. * A Blob implementation.
* 2013-12-27 * 2013-12-27
* *
+7 -21
View File
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -1,5 +1,4 @@
/*! /* FileSaver.js
* FileSaver.js
* A saveAs() FileSaver implementation. * A saveAs() FileSaver implementation.
* 2013-12-27 * 2013-12-27
* *