Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d3b1f50

Browse files
hzoocaitp
authored andcommittedOct 23, 2014
style(*): add rule disallowSpacesInAnonymousFunctionExpression beforeOpeningRoundBrace, including i18n generator
1 parent 94f5a28 commit d3b1f50

File tree

798 files changed

+1139
-1529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

798 files changed

+1139
-1529
lines changed
 

‎.jscs.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"disallowSpaceAfterObjectKeys": true,
77
"disallowSpaceAfterPrefixUnaryOperators": ["!"],
88
"disallowSpaceBeforeBinaryOperators": [","],
9+
"disallowSpacesInAnonymousFunctionExpression": {
10+
"beforeOpeningRoundBrace": true
11+
},
912
"disallowSpacesInFunctionDeclaration": {
1013
"beforeOpeningRoundBrace": true
1114
},

‎i18n/closure/currencySymbols.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ goog.i18n.currency.adjustPrecision = function(pattern, currencyCode) {
267267
* 18: two decimals precision (2), currency sign last (16), no space (0)
268268
* 50: two decimals precision (2), currency sign last (16), space (32)
269269
*
270-
* @type {!Object.<!Array>}
270+
* @type {!Object.<!Array.<?>>}
271271
*/
272272
goog.i18n.currency.CurrencyInfo = {
273273
'AED': [2, 'dh', '\u062f.\u0625.', 'DH'],
@@ -334,7 +334,7 @@ goog.i18n.currency.CurrencyInfo = {
334334

335335
/**
336336
* Tier 2 currency information.
337-
* @type {!Object.<!Array>}
337+
* @type {!Object.<!Array.<?>>}
338338
*/
339339
goog.i18n.currency.CurrencyInfoTier2 = {
340340
'AFN': [48, 'Af.', 'AFN'],

0 commit comments

Comments
 (0)
This repository has been archived.