mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -133,7 +133,7 @@ export class Content {
|
||||
}
|
||||
|
||||
function getParentElement(el: any) {
|
||||
if (el.parentElement ) {
|
||||
if (el.parentElement) {
|
||||
// normal element with a parent element
|
||||
return el.parentElement;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user