Buenas tardes,
tengo una pequeña duda. Partiendo del siguiente objeto literal javascript
:
Código Javascript
:
Ver originalLayout = {
key1: false,
key2: true,
init: function() {
},
other: function() {
}
}
Como puedo agregarle mas métodos o atributos, o inclusive sobre-escribir comportamiento?
Gracias,
Saludos.