jazz-soft/JZZ

Make navigator.close a noop instead of not defining it

Richienb opened this issue · 1 comments

Instead of having to detect if navigator.close it defined, it would be useful if it was just noop so it could be called in any situation.

// @jazz-soft

Thank you for the suggestion!
navigator is a core object in browser scripting, and it's better not to modify it without extreme need.