Community
Participate
Working Groups
Inference of handle should not be boolean //>boolean? fn(MouseEvent e) var beginDrag= function(e){ var t = this, handle = e.target || e.srcElement; // handle is inferred as boolean which is not correct could be either EventTarget or HTMLElement while (handle !== document.body && handle !== t.bar) { handle = handle.parentNode; } }
Fixed in last night's build. infix expressions will infer to mixed type of both the left and right hand side of double || or operator.