Export to GitHub

bravojs - issue #2

BravoJS interferes with window.print


Posted on Jun 19, 2012 by Swift Monkey

BravoJS defines print() as a helper to mimick the server-side print() function.

This makes it difficult to print from HTML.

We need to either eliminate the functionality, or find a way to namespace it so that print() works from inside CommonJS modules and window.print() works everywhere.

Status: Accepted

Labels:
Type-Defect Priority-Medium