todo: "Remove the braces on the object"
----
box.on('click', { silent: true }, function () {
  return go();
})
----
box.on 'click', { silent: true }, ->
  go()
