-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
iris.log genera un error en Firefox (Firebug):
'log' called on an object that does not implement interface Console
Para reproducirlo:
- Abrir Firefox (Firebug cerrado)
- Abrir página, abrir Firebug
- Navegar a otra página
- Firebug muestra error
Solución temporal: http://stackoverflow.com/a/24339478
Reemplazado el _log = console.log; en _init() por _log = console.log.bind(console);
Sólo lo hemos probado en FF, Chrome y IE 10.
Metadata
Metadata
Assignees
Labels
No labels