Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/07/2012, 17:31
Avatar de Ex_shadow
Ex_shadow
 
Fecha de Ingreso: febrero-2012
Ubicación: Calera Avellaneda, Buenos Aires, Argentina, Argentina
Mensajes: 95
Antigüedad: 13 años, 1 mes
Puntos: 4
Exclamación Que valor toma esto? json

Código Javascript:
Ver original
  1. var Cm_js = {
  2.  
  3.     // --- Carrousel
  4.     Cm_Carrousel : function(e){
  5.        
  6.         /* --- Configuracion --- */
  7.         Carrousel = this.Carrousel;
  8.        
  9.         width = this.width;
  10.         height = this.height;
  11.        
  12.         btn_izq = this.izq;
  13.         btn_der = this.der;
  14.        
  15.         alert(this.mensaje);
  16.            
  17.     }
  18. }
  19.  
  20. Cm_js.Cm_Carrousel({
  21.     mensaje : 'Hoas',
  22. });

Quiziera saber por que me devuelve un valor undefined ??