mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Let about 300 non UI tests run
This commit is contained in:
@@ -6,6 +6,8 @@ import { File, knownFolders, path } from "file-system";
|
||||
export { File, knownFolders, path };
|
||||
export * from "ui/core/view";
|
||||
|
||||
export const srcProperty = new Property<WebViewBase, string>({ name: "url" });
|
||||
|
||||
export abstract class WebViewBase extends View implements WebViewDefinition {
|
||||
public static loadStartedEvent = "loadStarted";
|
||||
public static loadFinishedEvent = "loadFinished";
|
||||
@@ -103,5 +105,4 @@ export abstract class WebViewBase extends View implements WebViewDefinition {
|
||||
}
|
||||
}
|
||||
|
||||
export const srcProperty = new Property<WebViewBase, string>({ name: "url" });
|
||||
srcProperty.register(WebViewBase);
|
||||
Reference in New Issue
Block a user