Skip to content

Error iris.log en Firefox #175

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions