Skip to content

Commit 5f29555

Browse files
committed
chore: cleanup
1 parent f8a733e commit 5f29555

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/webview/index.common.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import { CSSType, ContainerView, EventData, File, Property, Trace, booleanConverter, knownFolders, path } from '@nativescript/core';
44
import { isEnabledProperty } from '@nativescript/core/ui/core/view';
55
import { metadataViewPort, promisePolyfill, webViewBridge } from './nativescript-webview-bridge-loader';
6-
import normalizeUrl from 'normalize-url';
76

87
export interface ViewPortProperties {
98
width?: number | 'device-width';
@@ -1563,7 +1562,6 @@ databaseStorageProperty.register(WebViewExtBase);
15631562
debugModeProperty.register(WebViewExtBase);
15641563
webConsoleProperty.register(WebViewExtBase);
15651564
normalizeUrlsProperty.register(WebViewExtBase);
1566-
normalizeUrlsOptionsProperty.register(WebViewExtBase);
15671565
displayZoomControlsProperty.register(WebViewExtBase);
15681566
domStorageProperty.register(WebViewExtBase);
15691567
srcProperty.register(WebViewExtBase);

0 commit comments

Comments
 (0)