fix(ecma): Detección de la librería Web corregida.
This commit is contained in:
parent
20631474e6
commit
a6e5c5be38
@ -105,7 +105,7 @@ Mapeate = function(entradas){
|
||||
Mapeate.Vistas && (vistas = this.vistas = new Mapeate.Vistas(self, entradas));
|
||||
Mapeate.Mapas && (mapas = this.mapas = new Mapeate.Mapas(self, entradas));
|
||||
Mapeate.Base && (base = this.base = new Mapeate.Base(self, entradas));
|
||||
Mapeate.Web && (web = this.web = new Mapeate.Web(self, entradas));
|
||||
web = this.web = Mapeate.Web ? new Mapeate.Web(self, entradas) : null;
|
||||
|
||||
self.print("ok", "mapeate_construido");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user