Skip to content

Commit ff9f99f

Browse files
committed
Minor JSLint compliance update (unparam: true).
1 parent 1be873c commit ff9f99f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

example/application.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* http://creativecommons.org/licenses/MIT/
1010
*/
1111

12+
/*jslint unparam: true */
1213
/*global $ */
1314

1415
$(function () {

jquery.fileupload-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* http://creativecommons.org/licenses/MIT/
1010
*/
1111

12-
/*jslint browser: true */
12+
/*jslint browser: true, unparam: true */
1313
/*global jQuery, FileReader, URL, webkitURL */
1414

1515
(function ($) {

jquery.fileupload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* http://creativecommons.org/licenses/MIT/
1010
*/
1111

12-
/*jslint browser: true */
12+
/*jslint browser: true, unparam: true */
1313
/*global XMLHttpRequestUpload, File, FileReader, FormData, ProgressEvent, unescape, jQuery, upload */
1414

1515
(function ($) {

tests/tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* http://creativecommons.org/licenses/MIT/
1010
*/
1111

12+
/*jslint unparam: true */
1213
/*global $, module, test, asyncTest, start, ok, strictEqual */
1314

1415
$(function () {

0 commit comments

Comments
 (0)