Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/07/2011, 19:19
MRB09
 
Fecha de Ingreso: febrero-2009
Ubicación: Argentina, Santa Fe, Rosario
Mensajes: 305
Antigüedad: 15 años, 9 meses
Puntos: 4
¿Qué significan estas línea?

Código Javascript:
Ver original
  1. function verProp(id, idprop, mouse){
  2.         mouse = mouse || false;
  3.         //actualizarLista(idprop);
  4.         if (mouse){
  5.             globalRot = false;
  6.             mapa.arrListaActualItem = id;
  7.         }
  8.         GEvent.trigger(mapa.gmarkers[parseInt(id)],"click");
  9.     }

Gracias