blob: c0ae4a60ba83eb118887089b397d10696284f48a [file] [edit]
function ClickHandler()
{
}
ClickHandler.prototype.handle = function(event)
{
console.log('button clicked!');
}