[TIMOB-10250] Blackberry: Global API clearInterval() method crashes when parameter is 'undefined'
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-08-16T22:36:11.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Sprint 2012-12 BB |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Hayk Zakaryan |
| Assignee | Tatyana Petrenko |
| Created | 2012-07-31T04:58:56.000+0000 |
| Updated | 2012-08-27T02:31:44.000+0000 |
Description
When calling clearInterval(interval) with interval parameter 'undefined' - clearInterval() crashes.
This could be tested on Kitchen Sink application - Controls -> Progress bar (ui\common\controls\progress_bar.js line 138 - clearInterval(interval))
No comments