create() { var self = this; // ... var a = document.createElement('A'); a.onclick = function() { self.close(); } // ... }