Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
webcommon
/
javascript2.nodejs
/
test
/
qa-functional
/
data
/
SimpleNode
/
src
/
folder
/
literal.js
blob: 9129af20b916c07e99495f22b6db9a11b704ff4f [
file
]
function
Runner
()
{
this
.
nick
=
""
;
this
.
dob
=
new
Date
();
this
.
hello
=
function
()
{
};
this
.
conf
=
{
a
:
1
,
b
:
2
,
aa
:
2
};
}
module
.
exports
=
{
jejda
:
{
ale
:
1
,
ale2
:
1
},
pokus
:
new
Date
(),
obj
:
new
Runner
(),
jejda2
:
{
ale
:
1
,
ale2
:
1
}
};