Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
model
/
property02.js
blob: bdaedbdfa60f97809ce4899667244774ccb09da8 [
file
] [
log
] [
blame
]
var
Test
=
{
Verstion
:
10
,
Run
:
(
function
(){
return
{
m1
:
true
,
m2
:
false
}
})(),
Specify
:
{
isSupported
:
(
function
()
{
return
false
;
})
}
}
Test
.
Specify
.
isSupported
=
false
;