Skip to content

Error iris.log en Firefox #175

@kcmr

Description

@kcmr

iris.log genera un error en Firefox (Firebug):

'log' called on an object that does not implement interface Console

Para reproducirlo:

  1. Abrir Firefox (Firebug cerrado)
  2. Abrir página, abrir Firebug
  3. Navegar a otra página
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions