Changes between Initial Version and Version 1 of Ticket #11422, comment 9
- Timestamp:
- Jan 21, 2014, 2:56:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11422, comment 9
initial v1 1 A finished and push also IE cleanup so this task generally done.1 A finished and pushed IE cleanup, so this task is basically done. 2 2 3 3 Because we drop support for IE6 & IE7 but we still support IE QM we have a lot of checking if browser is in IE QM and this checking was implementend in multipile ways (unsing `env.ie && env.quirks` or `env.ie6Compat` or `document.documentMode`). So I introduced new variable: `env.ieQuirks` and replace all of the above.