Skip to content
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.

return type "undefined" listed unnecessarily #54

Open
wkeese opened this issue Jun 29, 2012 · 0 comments
Open

return type "undefined" listed unnecessarily #54

wkeese opened this issue Jun 29, 2012 · 0 comments

Comments

@wkeese
Copy link
Collaborator

wkeese commented Jun 29, 2012

This is different from #24.

I'm seeing "undefined" listed unnecessarily as a return type from dijit/a11y.js::hasDefaultTabStop(). A simpler test case is:

dijit.hasDefaultTabStop = function(/*Element*/ elem){
    return true;
};

It gets flagged as having two return types.

There's something weird going on because I can make the hasDefaultTabStop() definition work by changing the definition of isTabNavigable() (which calls hasDefaultTabStop()).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant