[FIX] prevent a crash in ie9 (invalid setTimeout) (bus)
authorGéry Debongnie <ged@odoo.com>
Fri, 24 Oct 2014 07:20:59 +0000 (09:20 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 29 Oct 2014 07:38:18 +0000 (08:38 +0100)
commiteb521562cd6eee2d2a0ce15b8abb89505799bb98
treecc946acce390b800f3535986024cbd4002a1cb58
parentbb8127a263896486036ddd036ff9d07e61dc015b
[FIX] prevent a crash in ie9 (invalid setTimeout) (bus)

The call to this.poll return undefined, and IE9 does not like undefined
values in a timeout.
addons/bus/static/src/js/bus.js