webamp/js/main-window.js
2016-07-28 18:12:52 -07:00

7 lines
176 B
JavaScript

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