Update FileSaver.js.

* update JSHint config options to match the current coding style
* use the important comment for the license header
This commit is contained in:
XhmikosR
2014-02-09 13:34:41 +02:00
parent 054378f822
commit 554f6cc11b
+2 -3
View File
@@ -1,4 +1,4 @@
/* FileSaver.js /*! FileSaver.js
* A saveAs() FileSaver implementation. * A saveAs() FileSaver implementation.
* 2014-01-24 * 2014-01-24
* *
@@ -8,8 +8,7 @@
*/ */
/*global self */ /*global self */
/*jslint bitwise: true, regexp: true, confusion: true, es5: true, vars: true, white: true, /*jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, plusplus: true */
plusplus: true */
/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */ /*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */