Hello,
I hope anybody can give me a hint why this dosn't work?
Thanks in advance
~~~~~~~~~~~~~~~~
var my_test = Class.create();
my_test.prototype = {
textarea: 1,
add: {
txt: function(){
console.log(this.textarea);
}
}
}
my_test.add.txt();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---