Hallo,
I want to call myFun() from another function the problem is following construct:
When I try it with myFun() I jsut get error:
Cannot read property 'myFun' of undefined
Can someone help me with this Problem?
Greetings
HTML:
(function() {
function myFun() {
}
})();