Fix tab closing due to call to undefined 'close' calling window.close()
Closes #391 (closed), which was caused by some code calling close() without defining a close in scope. This resulted in the browser traversing up the scope until it found window.close().