Fix text-field typedoc

This commit is contained in:
Panayot Cankov
2017-05-17 15:18:02 +03:00
committed by GitHub
parent cbbee3bbe7
commit 09188a1a6c

View File

@@ -1,6 +1,6 @@
/**
* Contains the TextField class, which represents an editable single-line box.
* @module "ui/text-base"
* @module "ui/text-field"
*/ /** */
import { EditableTextBase, Property } from "../editable-text-base";