Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Missing getChildren on interface _Container #12

Closed
ca0v opened this issue Jan 6, 2014 · 2 comments
Closed

Missing getChildren on interface _Container #12

ca0v opened this issue Jan 6, 2014 · 2 comments
Labels

Comments

@ca0v
Copy link

ca0v commented Jan 6, 2014

In reality getChildren is implemented in _WidgetBase but I'm not sure why it would be called unless operating on a _Container. I think _Container is the proper owner with current dijit.d.ts.

@schungx
Copy link
Owner

schungx commented Jan 7, 2014

But _Container is only a mixin... It shouldn't require a definition of getChildren because the base class already has it...

@ca0v
Copy link
Author

ca0v commented Jan 7, 2014

My mistake...I will introduce interface _WidgetContainer extends dijit._WidgetBase, dijit._Container {
} into my own code.

@ca0v ca0v closed this as completed Jan 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants