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