Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 349 Bytes

aldeed:console-helpers

{{console.log foo bar this}}
{{console.debug foo bar this}}
{{console.info foo bar this}}
{{console.warn foo bar this}}
{{console.error foo bar this}}

Also contains a shim for the console object that prevents "Uncaught ReferenceError: console is not defined" errors on some devices and early IE.