Forgot to save the documentation part.

This commit is contained in:
Joshua A. Horton 2018-01-26 12:47:46 +07:00
parent a7f65dc2fb
commit 2fafb08067

View file

@ -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.