mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
Forgot to save the documentation part.
This commit is contained in:
parent
a7f65dc2fb
commit
2fafb08067
1 changed files with 2 additions and 2 deletions
|
|
@ -1326,8 +1326,8 @@ class Util {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks the type of an input HTMLElement while ensuring that it is checked against the correct prototype,
|
||||
* as class prototypes are (by specification) scoped upon the owning document.
|
||||
* Checks the type of an input DOM-related object while ensuring that it is checked against the correct prototype,
|
||||
* as class prototypes are (by specification) scoped upon the owning Window.
|
||||
*
|
||||
* See https://stackoverflow.com/questions/43587286/why-does-instanceof-return-false-on-chrome-safari-and-edge-and-true-on-firefox
|
||||
* for more details.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue