clearTimeout function

  1. @JS()
dynamic clearTimeout(
  1. dynamic timer
)

We need to bind clear functions this way to avoid exceptions on IE8

Implementation

@JS()
external clearTimeout(timer);