module.exports = { init: function() { this.handle = document.getElementById('title-bar'); this.body = document.getElementById('main-window'); return this; } };