mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix eslint issues (#9017)
This commit is contained in:
@@ -16,7 +16,7 @@ export abstract class WebViewBase extends ContainerView {
|
||||
public src: string;
|
||||
|
||||
public _onLoadFinished(url: string, error?: string) {
|
||||
let args = <LoadEventData>{
|
||||
const args = <LoadEventData>{
|
||||
eventName: WebViewBase.loadFinishedEvent,
|
||||
object: this,
|
||||
url: url,
|
||||
@@ -28,7 +28,7 @@ export abstract class WebViewBase extends ContainerView {
|
||||
}
|
||||
|
||||
public _onLoadStarted(url: string, navigationType: WebViewNavigationType) {
|
||||
let args = <LoadEventData>{
|
||||
const args = <LoadEventData>{
|
||||
eventName: WebViewBase.loadStartedEvent,
|
||||
object: this,
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user