function M() { this.el = document.createElement('div'); return this.getEl(); } M.prototype.getEl = function() { return this.el; };