This is an old revision of the document!
Chataigne
object
var myObject = {
"myprop1":"value",
"myprop2":"second",
"myMethod": function(params) {
this.myprop1 = params[0];
}
}
This is an old revision of the document!
var myObject = {
"myprop1":"value",
"myprop2":"second",
"myMethod": function(params) {
this.myprop1 = params[0];
}
}