You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use api.expand(nodes, options) but I think I must be doing something wrong.
I'm using this method without options so I have something like this api.expand(target) where target is an Element. What would be the correct syntax?
The text was updated successfully, but these errors were encountered:
RosaRomeroGomez
changed the title
Expand a single node is not working for me
Expand a single node
Oct 16, 2018
I'm trying to use
api.expand(nodes, options)
but I think I must be doing something wrong.I'm using this method without options so I have something like this
api.expand(target)
wheretarget
is anElement
. What would be the correct syntax?The text was updated successfully, but these errors were encountered: