Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
model
/
defaultParameters.js.testDefaultParameters02.occurrences
blob: d7a3bce724ffee729aeea257aff1afa336a4e987 [
file
] [
log
] [
blame
]
function
singularAutoPlural
(
singular
,
^|>
MARK_OCCURRENCES
:
plural
<|
=
singular
+
"s"
,
rallyingCry
=
|>
MARK_OCCURRENCES
:
plural
<|
+
" ATTACK!!!"
)
{
return
[
singular
,
|>
MARK_OCCURRENCES
:
plural
<|,
rallyingCry
];