Skip to content

Commit 8cb0c9d

Browse files
committed
Set JSLint option white:true to avoid whitespace errors.
1 parent 0c9b0e5 commit 8cb0c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 nomen: true, unparam: true, regexp: true */
12+
/*jslint white: true, nomen: true, unparam: true, regexp: true */
1313
/*global window, document, URL, webkitURL, FileReader, jQuery */
1414

1515
(function ($) {

tests/tests.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 nomen: true, unparam: true */
12+
/*jslint white: true, nomen: true, unparam: true */
1313
/*global $, QUnit, document, expect, module, test, asyncTest, start, ok, strictEqual, notStrictEqual */
1414

1515
$(function () {

0 commit comments

Comments
 (0)