DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / structure / issue230709.js
12345678
var Manager = MyApp.manager = { method1: function () {}, method2 : function (){} }; if (true) { MyApp.manager.method2(); }