Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
structure
/
issue230709.js
blob: 1aab77ca8463ce7072e013d42966a610c4f29f35 [
file
] [
log
] [
blame
]
var
Manager
=
MyApp
.
manager
=
{
method1
:
function
()
{},
method2
:
function
(){}
};
if
(
true
)
{
MyApp
.
manager
.
method2
();
}