Skip to content

Commit 4f7bd0f

Browse files
author
Ariya Hidayat
committed
Simplify JSLint settings.
1 parent d29514c commit 4f7bd0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cssbeautify.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
THE SOFTWARE.
2424
*/
2525

26-
/*jslint continue: true, indent: 4, node: true, browser: true */
26+
/*jslint continue: true, indent: 4 */
27+
/*global exports:true, module:true, window:true */
2728

2829
(function () {
2930

0 commit comments

Comments
 (0)