You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for issue phaserjs#376 - IE11 didn't populate the Device.ieVersion value. Now extracted from Trident revision, but still use Device.trident instead for IE11+ checks.
Copy file name to clipboardExpand all lines: src/system/Device.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ Phaser.Device = function () {
189
189
this.ie=false;
190
190
191
191
/**
192
-
* @property {number} ieVersion - If running in Internet Explorer this will contain the major version number.
192
+
* @property {number} ieVersion - If running in Internet Explorer this will contain the major version number. Beyond IE10 you should use Device.trident and Device.tridentVersion.
0 commit comments