Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
b0365a79cc2a3355db9722bc9d2fb8b7724888ac
/
.
/
test
/
RandomTest.js
blob: 5096382ef817da7d24a4bc429b919aa38e6f2a01 [
file
] [
log
] [
blame
]
console
.
log
(
"HELLO"
);
require
(
'../src/CCNProtocolDTags'
);
var
RandomTest
=
function
RandomTest
(){
this
.
a
=
6
;
};
RandomTest
.
prototype
.
d
=
function
(){
console
.
log
(
a
);
};