Skip to content

Commit b4cae9c

Browse files
authored
DOC-1006: Update isEdge docs to note it detects Legacy Edge (#8287)
1 parent 398a1f2 commit b4cae9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/tinymce/tools/docs/tinymce.Env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
*/
1414

1515
/**
16-
* Returns <code>true</code> if the user's browser is Microsoft Edge.
16+
* Returns <code>true</code> if the user's browser is Microsoft Edge Legacy. Does not return true for the newer Chromium-based Microsoft Edge.
1717
*
1818
* @method browser.isEdge
19-
* @return {Boolean} Returns <code>true</code> if the user's browser is Microsoft Edge.
19+
* @return {Boolean} Returns <code>true</code> if the user's browser is Microsoft Edge Legacy.
2020
*/
2121

2222
/**

0 commit comments

Comments
 (0)