File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -517,6 +517,7 @@ export const LegacyElementMixin = dedupingMixin((base) => {
517
517
* is contained. This is a shorthand for
518
518
* `this.getRootNode().host`.
519
519
* @this {Element}
520
+ * @return {?Node }
520
521
*/
521
522
get domHost ( ) {
522
523
let root = wrap ( this ) . getRootNode ( ) ;
@@ -940,9 +941,9 @@ export const LegacyElementMixin = dedupingMixin((base) => {
940
941
* Cross-platform helper for setting an element's CSS `translate3d`
941
942
* property.
942
943
*
943
- * @param {number } x X offset.
944
- * @param {number } y Y offset.
945
- * @param {number } z Z offset.
944
+ * @param {number|string } x X offset.
945
+ * @param {number|string } y Y offset.
946
+ * @param {number|string } z Z offset.
946
947
* @param {Element= } node Element to apply the transform to.
947
948
* Defaults to `this`.
948
949
* @return {void }
You can’t perform that action at this time.
0 commit comments