diff options
| author | Chris Rebert <[email protected]> | 2014-07-25 07:44:06 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-25 07:44:06 -0700 |
| commit | f023ddc64e80cad29e47eb9a5d8b2abf681fa544 (patch) | |
| tree | e79c5a9cd595613374f87ace340a6098dd4f43b9 | |
| parent | 73540abc80727990fc90c46e6276e552fed71222 (diff) | |
| parent | 098242afd8cf24087ff76ecef53e945666ca9edf (diff) | |
| download | bootstrap-f023ddc64e80cad29e47eb9a5d8b2abf681fa544.tar.xz bootstrap-f023ddc64e80cad29e47eb9a5d8b2abf681fa544.zip | |
Merge pull request #14239 from artbelov/patch-1
Delete duplicate property in .JSCSRC
| -rw-r--r-- | js/.jscsrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/.jscsrc b/js/.jscsrc index 619690a68..bffabb0b5 100644 --- a/js/.jscsrc +++ b/js/.jscsrc @@ -5,7 +5,6 @@ "disallowMultipleLineStrings": true, "disallowMultipleVarDecl": true, "disallowQuotedKeysInObjects": "allButReserved", - "disallowSpaceAfterPrefixUnaryOperators": ["!"], "disallowSpaceBeforeBinaryOperators": [","], "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], |
