Sign in
eclipse
/
sourceediting
/
webtools.sourceediting
/
a8ca144309a03f8aada83464a2af2d866421bfe5
/
.
/
web
/
tests
/
org.eclipse.wst.jsdt.web.ui.tests
/
testFiles
/
JSDTWebContentAssist
/
WebContent
/
Crazy.js
blob: a8e95dc24f03153297540eb96d5142f2a96e374a [
file
] [
log
] [
blame
]
function
Crazy
()
{
this
.
foo
=
"foo"
;
}
/**
*
* @param {Number} param1
*/
Crazy
.
prototype
.
myFunc1
=
function
(
param1
)
{
return
param1
;
};