Skip to content

Commit

Permalink
remove IE/MSEdge text
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed May 12, 2017
1 parent 545daec commit a724ac8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions TS.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -1468,8 +1468,8 @@ module Emit =
Pt.Reset()
Pt.Printl "/////////////////////////////"
match flavor with
| Worker -> Pt.Printl "/// MSEdge Worker APIs"
| _ -> Pt.Printl "/// MSEdge DOM APIs"
| Worker -> Pt.Printl "/// Worker APIs"
| _ -> Pt.Printl "/// DOM APIs"
Pt.Printl "/////////////////////////////"
Pt.Printl ""

Expand Down Expand Up @@ -1538,7 +1538,7 @@ module Emit =
let EmitES6Thing (target: TextWriter) =
Pt.Reset()
Pt.Printl "/////////////////////////////"
Pt.Printl "/// MSEdge DOM ES6 APIs"
Pt.Printl "/// DOM ES6 APIs"
Pt.Printl "/////////////////////////////"
Pt.Printl ""

Expand Down
2 changes: 1 addition & 1 deletion baselines/dom.es6.generated.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/////////////////////////////
/// MSEdge DOM ES6 APIs
/// DOM ES6 APIs
/////////////////////////////

interface AudioTrackList {
Expand Down
4 changes: 2 additions & 2 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/////////////////////////////
/// MSEdge DOM APIs
/// DOM APIs
/////////////////////////////

interface Account {
Expand Down Expand Up @@ -15036,4 +15036,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
type Transport = "usb" | "nfc" | "ble";
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
4 changes: 2 additions & 2 deletions baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/////////////////////////////
/// MSEdge Worker APIs
/// Worker APIs
/////////////////////////////

interface Algorithm {
Expand Down Expand Up @@ -1840,4 +1840,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
type ClientType = "window" | "worker" | "sharedworker" | "all";
type FrameType = "auxiliary" | "top-level" | "nested" | "none";
type FrameType = "auxiliary" | "top-level" | "nested" | "none";

0 comments on commit a724ac8

Please sign in to comment.