From 6a87a857144259194d0322e9a316a1a67a0582ed Mon Sep 17 00:00:00 2001 From: PetyaSotirova Date: Tue, 23 May 2017 16:16:57 +0300 Subject: [PATCH] Fix web-view typedoc --- tns-core-modules/ui/web-view/web-view.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/web-view/web-view.d.ts b/tns-core-modules/ui/web-view/web-view.d.ts index 02e02ca34..542ae0b98 100644 --- a/tns-core-modules/ui/web-view/web-view.d.ts +++ b/tns-core-modules/ui/web-view/web-view.d.ts @@ -1,6 +1,6 @@ /** * Contains the WebView class, which represents a standard browser widget. - * @module "ui/transition" + * @module "ui/web-view" */ /** */ import { View, Property, EventData } from "../core/view";