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
y.get(string, Y.Array)
.getMap(string):Y.Map
y.get(string, Y.Map)
.getText(string):Y.Text
+ y.get(string, Y.Text)
.getXmlFragment(string):Y.XmlFragment
y.get(string, Y.XmlFragment)
.on(string, function)