mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #1974 from adrichman/docs_edits
Fixes some misspellings in utils/dom.js
This commit is contained in:
@@ -124,9 +124,9 @@
|
||||
* Get a rect representing the bounds of the given textNode.
|
||||
* @param {DOMElement} textNode The textNode to find the bounds of.
|
||||
* @returns {object} An object representing the bounds of the node. Properties:
|
||||
* - `{number}` `left` The left positton of the textNode.
|
||||
* - `{number}` `right` The right positton of the textNode.
|
||||
* - `{number}` `top` The top positton of the textNode.
|
||||
* - `{number}` `left` The left position of the textNode.
|
||||
* - `{number}` `right` The right position of the textNode.
|
||||
* - `{number}` `top` The top position of the textNode.
|
||||
* - `{number}` `bottom` The bottom position of the textNode.
|
||||
* - `{number}` `width` The width of the textNode.
|
||||
* - `{number}` `height` The height of the textNode.
|
||||
|
||||
Reference in New Issue
Block a user