mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update tslint rules (#7391)
This commit is contained in:
@@ -50,6 +50,7 @@ export class DOMDomainDebugger implements inspectorCommandTypes.DOMDomain.DOMDom
|
||||
|
||||
getDocument(): { root: inspectorCommandTypes.DOMDomain.Node } {
|
||||
const domNode = this.commands.getDocument();
|
||||
|
||||
return { root: domNode };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user