Sign in
eclipse
/
sourceediting
/
webtools.sourceediting
/
d335d0239dd05ab2f12e276ce6858f6993836a06
/
.
/
web
/
tests
/
org.eclipse.wst.jsdt.web.ui.tests
/
testFiles
/
JSDTWebContentAssist
/
WebContent
/
Test.js
blob: 1e7f03f44b9a25450e532b7c070db8bf0eb3c3a4 [
file
] [
log
] [
blame
]
var
test
=
{};
test
[
'Foo'
]
=
function
(
x
,
y
,
z
)
{
this
.
fX
=
x
;
this
.
fY
=
y
;
this
.
fZ
=
z
;
};
new
tes