Fixed IE9 compatibility (but control panel bugs with IE9 remain)
This commit is contained in:
parent
e402c2316c
commit
6bbec414bd
8 changed files with 2660 additions and 2398 deletions
|
|
@ -370,8 +370,8 @@ Mouse.prototype.notifyPointerLocked = function(fLocked)
|
|||
/**
|
||||
* captureMouse(control)
|
||||
*
|
||||
* NOTE: addEventListener() wasn't supported in IE until IE9, but that's OK, because IE9 is the
|
||||
* oldest IE we support anyway (since older versions of IE lacked complete HTML5 support).
|
||||
* NOTE: addEventListener() wasn't supported in Internet Explorer until IE9, but that's OK, because
|
||||
* IE9 is the oldest IE we support anyway (since versions prior to IE9 lack the necessary HTML5 support).
|
||||
*
|
||||
* @this {Mouse}
|
||||
* @param {Object} control from the HTML DOM (eg, the control for the simulated screen)
|
||||
|
|
|
|||
Loading…
Reference in a new issue