Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
97e7a598e6b0b80c8733d4d005cb116afc55b193
/
.
/
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
);
};