![]()
Prevents the default action. It is equivalent to
e.preventDefault() , but can be used as the callback argument of
goog.events.listen without declaring another function.
Arguments:
|
code » | ||
![]()
Stops the propagation of the event. It is equivalent to
e.stopPropagation() , but can be used as the callback argument of
goog.events.listen without declaring another function.
Arguments:
|
code » |