mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix typo ie11 -> ie12 (#10519)
This commit is contained in:
committed by
Ben Newman
parent
456314f002
commit
deaf8825b5
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user