aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/blob.js
AgeCommit message (Collapse)AuthorFilesLines
2014-01-18Move docs third-party libraries to a separate folder.XhmikosR1-166/+0
2014-01-14revert unnecessary customizations of Blob.js & FileSaver.jsChris Rebert1-2/+1
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
2014-01-13sort out attribution banners of docs assets; fixes #11976Chris Rebert1-1/+2
2014-01-12add Blob.js separate from filesaver.jsChris Rebert1-0/+166
Blob.js version 2013-12-27 / 0055d054acbca43eff44fc25c891055440685d9c Refs #12196