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
{{ message }}
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.
anchor is either DomNode or a dijit/place.__Rectangle, and it should list the properties of __Rectangle in the API doc either as a nested table or a bullet list (js-doc-parse is in charge of the former).
I tried some defining a local variable called __Rectangle:
/*DomNode|__Rectangle*/anchor,
but that didn't work either.
The text was updated successfully, but these errors were encountered:
See for example dijit/place.js, which does:
anchor
is either DomNode or a dijit/place.__Rectangle, and it should list the properties of __Rectangle in the API doc either as a nested table or a bullet list (js-doc-parse is in charge of the former).I tried some defining a local variable called __Rectangle:
but that didn't work either.
The text was updated successfully, but these errors were encountered: