Ticket #6255 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

console.* doesn't actually output to the Safari log since we over-write the console object

Reported by: alex Owned by: alex
Priority: normal Milestone: 1.1
Component: Core Version: 1.0
Severity: normal Keywords:
Cc:

Description

we should detect if there's a console.log() method and use that as the basis for logging instead of defining no-ops everywhere.

Change History

Changed 4 months ago by alex

(In [13140]) make the bootstrap use built-in console.log if there is one in order to print out debugging output. Useful on Safari and Opera. Refs #6255

Changed 4 months ago by alex

  • status changed from new to closed
  • resolution set to fixed

(In [13141]) make the console detection code smaller. Fixes #6255

Note: See TracTickets for help on using tickets.