Merge pull request #4255 from NativeScript/PetyaSotirova/web-view-typedoc

Fix web-view typedoc
This commit is contained in:
Alexander Vakrilov
2017-05-25 10:39:13 +03:00
committed by GitHub

View File

@ -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";