Código Javascript
:
Ver originalvar Cm_js = {
// --- Carrousel
Cm_Carrousel : function(e){
/* --- Configuracion --- */
Carrousel = this.Carrousel;
width = this.width;
height = this.height;
btn_izq = this.izq;
btn_der = this.der;
alert(this.mensaje);
}
}
Cm_js.Cm_Carrousel({
mensaje : 'Hoas',
});
Quiziera saber por que me devuelve un valor undefined ??