diff options
| author | XhmikosR <[email protected]> | 2013-12-21 22:59:40 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-22 09:02:08 +0200 |
| commit | a05a11e5dc9fcf86111b4baf61ac6a8e08946d30 (patch) | |
| tree | 62c0462332038dd0133578d6040e3611cfc522ec /js | |
| parent | 5f9695ae7cf66dd7f07a3cb3eb534e838d18c62b (diff) | |
| download | bootstrap-a05a11e5dc9fcf86111b4baf61ac6a8e08946d30.tar.xz bootstrap-a05a11e5dc9fcf86111b4baf61ac6a8e08946d30.zip | |
Get rid of JSHint's `laxcomma` option now that the comma is used on the right side.
Diffstat (limited to 'js')
| -rw-r--r-- | js/.jshintrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc index c8cccda37..ab4dfdfc9 100644 --- a/js/.jshintrc +++ b/js/.jshintrc @@ -9,7 +9,6 @@ "eqnull" : true, "expr" : true, "laxbreak" : true, - "laxcomma" : true, "quotmark" : "single", "validthis": true }
\ No newline at end of file |
