DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / structure / issue234430.js
123456789101112131415
var foo = function() { var that = this; var bar = {}; bar.func1 = function() { } bar.func2 = function() { } }