var done = dom.a('.button.done').text('Done').click(function() {
                self.close();
            });