rename domElement to htmlElement for more accuracy
This commit is contained in:
parent
85c89925b6
commit
61fe29e3f7
3 changed files with 32 additions and 26 deletions
|
|
@ -476,7 +476,7 @@ Check if `value` (number) is in the range of `0` to `upperBound`.
|
|||
is.inRange(3, 10);
|
||||
```
|
||||
|
||||
##### .domElement(value)
|
||||
##### .htmlElement(value)
|
||||
|
||||
Returns `true` if `value` is an [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue