fix typo ie11 -> ie12 (#10519)

This commit is contained in:
Seba Kerckhof
2019-04-09 21:24:59 +02:00
committed by Ben Newman
parent 456314f002
commit deaf8825b5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const {
setMinimumBrowserVersions({
chrome: 49,
edge: 12,
// Since there is no IE11, this effectively excludes Internet Explorer
// Since there is no IE12, this effectively excludes Internet Explorer
// (pre-Edge) from the modern classification. #9818 #9839
ie: 12,
firefox: 45,

View File

@@ -11,7 +11,7 @@ require("meteor-promise").makeCompatible(
require("meteor/modern-browsers").setMinimumBrowserVersions({
chrome: 32,
edge: 12,
// Since there is no IE11, this effectively excludes Internet Explorer
// Since there is no IE12, this effectively excludes Internet Explorer
// (pre-Edge) from the modern classification. #9818 #9839
ie: 12,
firefox: 29,