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

missing methods in singleton from implicit class #44

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

missing methods in singleton from implicit class #44

wkeese opened this issue Jun 20, 2012 · 0 comments
Milestone

Comments

@wkeese
Copy link
Collaborator

wkeese commented Jun 20, 2012

The old version of dojo/behavior.js ([28901]) had code like:

return new function(){
     this.foo = function(a,b,c){ ... };
     ...
};

The parser wasn't picking up the function definitions.

I worked around the problem though.

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