diff options
| author | Chris Rebert <[email protected]> | 2014-01-13 21:58:27 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-13 21:58:27 -0800 |
| commit | ea591748edee4f8fe722274b71787ccf2b052c4a (patch) | |
| tree | 72718de5d013b29136beb3a186326bfa60d6b400 /docs/assets/js/jszip.js | |
| parent | aff64cffce549fc4c33c09b85c5cbe8b88df7dd7 (diff) | |
| download | bootstrap-ea591748edee4f8fe722274b71787ccf2b052c4a.tar.xz bootstrap-ea591748edee4f8fe722274b71787ccf2b052c4a.zip | |
sort out attribution banners of docs assets; fixes #11976
Diffstat (limited to 'docs/assets/js/jszip.js')
| -rw-r--r-- | docs/assets/js/jszip.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/js/jszip.js b/docs/assets/js/jszip.js index 52d35d914..34624dcd9 100644 --- a/docs/assets/js/jszip.js +++ b/docs/assets/js/jszip.js @@ -1,11 +1,11 @@ -/** - +/*! JSZip - A Javascript class for generating and reading zip files <http://stuartk.com/jszip> (c) 2009-2012 Stuart Knightley <stuart [at] stuartk.com> Dual licenced under the MIT license or GPLv3. See LICENSE.markdown. - +*/ +/** Usage: zip = new JSZip(); zip.file("hello.txt", "Hello, World!").file("tempfile", "nothing"); |
