canjs / can-zone

A context for tracking asynchronous activity in JavaScript applications.
https://v4.canjs.com/doc/can-zone.html
MIT License
92 stars 4 forks source link

Support calling clearTimeout with an invalid id #33

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

It's possible to call clearTimeout like clearTimeout() which is effectively a noop. This fixes #32