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