diff --git a/README.md b/README.md index b8b456d2..ad69ba31 100644 --- a/README.md +++ b/README.md @@ -629,6 +629,8 @@ type. Doesn't log types that have not been defined (using
Define a shared Y.Array type. Is equivalent to y.get(string, Y.Array).
getMap(string):Y.Map
Define a shared Y.Map type. Is equivalent to y.get(string, Y.Map).
+ getText(string):Y.Text +
Define a shared Y.Text type. Is equivalent to y.get(string, Y.Text).
getXmlFragment(string):Y.XmlFragment
Define a shared Y.XmlFragment type. Is equivalent to y.get(string, Y.XmlFragment).
on(string, function)