Skip to content

Commit

Permalink
fix typo ie11 -> ie12 (meteor#10519)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebakerckhof authored and benjamn committed Apr 9, 2019
1 parent 456314f commit deaf882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ecmascript-runtime-client/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/promise/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit deaf882

Please sign in to comment.