Community
Participate
Working Groups
I create a new "JavaScript project", project folder as root I ad an empty js file I add sample code var Container = new Object(); Container.property = "wert"; Container.method = function() { alert(this.property); }; Container.method(); Result: The function method() is undefined for the type Object js-playground ClassDemo.js line 6 property cannot be resolved or is not a field js-playground ClassDemo.js line 4
posted in the wrong product and therefore did not find the duplicate that is already there sorry *** This bug has been marked as a duplicate of bug 99633 ***