blob: 1aab77ca8463ce7072e013d42966a610c4f29f35 [file] [log] [blame]
var Manager = MyApp.manager = {
method1: function () {},
method2 : function (){}
};
if (true) {
MyApp.manager.method2();
}