Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
model
/
objectNames01.js
blob: 43073cc46e26a1d61e2739c914ec058e77b97a62 [
file
] [
log
] [
blame
]
function
Ridic
(
name
,
surname
){
this
.
name
=
name
;
this
.
surname
=
surname
;
this
.
getName
=
function
()
{
return
/*this is ugly comment*/
this
.
name
;
}
}